Problem building from source - libx264
Added by ben barker over 10 years ago
Hi,
I have been trying to build tvheadend from source using the latest version on git
I am running mint 17
./configure throws no errors, but make gives me:
/usr/local/lib/libavcodec.a(libx264.o): In function `X264_init':
/home/xxx/ffmpeg-1.2.2/libavcodec/libx264.c:552: undefined reference to `x264_encoder_open_123'
collect2: error: ld returned 1 exit status
make: *** [/home/xxx/tvheadend/build.linux/tvheadend] Error 1
Any ideas?
Replies (1)
RE: Problem building from source - libx264 - Added by ben barker over 10 years ago
Ah OK...
It seems in the latest mint / Ubuntu ffmpeg is not available by default - the ffmpeg / libav split seems to have taken effect...
I have built ffmpeg from source, making sure to enable shared libraries, and then built tcheadend again
All seems fine now :-)