[FFmpeg-user] build error (latest and 1.0.1)

Andreas S. andrew2012 at flight.us
Mon Dec 17 03:46:17 CET 2012


Hi

the latest git fails to compile for me, so I tried getting something older (and stable?) but same breakage, included below.

I'm on Ubuntu 10.10 (Maverick).  Updated everything I was alerted about (compiled and installed x264-snapshot-20121215-2245-stable, with " --enable-shared --enable-pic "... What am I missing.

---------------------- build error quote: ----------------------
.....
LD      ffmpeg_g
libavcodec/libavcodec.a(libx264.o): In function `X264_frame':
/opt/builds/snapshots/ffmpeg-1.0.1/libavcodec/libx264.c:159: undefined reference to `x264_picture_init'
/opt/builds/snapshots/ffmpeg-1.0.1/libavcodec/libx264.c:161: undefined reference to `x264_bit_depth'
libavcodec/libavcodec.a(libx264.o): In function `X264_init_static':
/opt/builds/snapshots/ffmpeg-1.0.1/libavcodec/libx264.c:593: undefined reference to `x264_bit_depth'
libavcodec/libavcodec.a(libx264.o): In function `X264_init':
/opt/builds/snapshots/ffmpeg-1.0.1/libavcodec/libx264.c:292: undefined reference to `x264_param_default_preset'
/opt/builds/snapshots/ffmpeg-1.0.1/libavcodec/libx264.c:459: undefined reference to `x264_param_apply_fastfirstpass'
/opt/builds/snapshots/ffmpeg-1.0.1/libavcodec/libx264.c:490: undefined reference to `x264_param_apply_profile'
/opt/builds/snapshots/ffmpeg-1.0.1/libavcodec/libx264.c:533: undefined reference to `x264_encoder_open_128'
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1


More information about the ffmpeg-user mailing list