[FFmpeg-user] undefined reference to `x264_encoder_open_115'
Lou
lou at lrcd.com
Thu Jun 23 20:01:09 CEST 2011
On Thu, 23 Jun 2011 14:14:48 +1000
"Jay Patel" <jpatel at me.com.au> wrote:
> Hi Guys,
>
>
>
> I am trying to install ffmpeg on CentOs 5.2 since last few days but
> stuck at some configuration error.
>
> Here is the configuration command I am using.
>
>
>
> ./configure --enable-gpl --enable-nonfree --enable-version3
> --enable-shared --enable-gray --enable-decoder=wmv3
> --enable-decoder=wmapro --enable-decoder=h264 --enable-decoder=h263
> --enable-decoder=msmpeg4v3 --enable-decoder=mp3
> --enable-decoder=mp2 --enable-decoder=aac --enable-decoder=ac3
> --enable-libmp3lame --enable-libx264 --enable-libxvid
> --enable-decoder=libfaac --enable-decoder=wmav2
You don't need any of the --enable-decoder options. FFmpeg will do this
automatically.
> But when I run make command here is the error I am getting.
>
> libavcodec/libavcodec.so: undefined reference to
> `x264_encoder_open_115'
>
> collect2: ld returned 1 exit status
>
> make: *** [ffmpeg_g] Error 1
>
>
>
> I have already installed libx264 with -enable=shared.
You probably have old x264 files on your system. Remove any repository
x264(-devel) packages or old x264 you have compiled previously.
> Any help would be great.
>
>
>
>
>
>
>
> Kind Regards,
>
> Jay Patel.
More information about the ffmpeg-user
mailing list