x264.c: In function `X264_init':
x264.c:151: error: structure has no member named `i_rc_method'
x264.c:151: error: `X264_RC_CRF' undeclared (first use in this function)
x264.c:151: error: (Each undeclared identifier is reported only once
x264.c:151: error: for each function it appears in.)
x264.c:152: error: structure has no member named `f_rf_constant'
x264.c:154: error: structure has no member named `i_rc_method'
x264.c:154: error: `X264_RC_CQP' undeclared (first use in this function)
x264.c:161: error: structure has no member named `i_rc_method'
x264.c:161: error: `X264_RC_ABR' undeclared (first use in this function)
make[1]: *** [x264.o] Error 1
make[1]: Leaving directory `/home/dev/Sources/fobs-src/ffmpeg/libavcodec'
make: *** [lib] Error 2
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
may be you must type -enable-libx264, also try to install from git clone git://git.videolan.org/x264.git x264 or latest snapshot, you can find it in google
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
how to confi.. ffmpeg
./configure --enable-faac --enable-faad --enable-a52 --enable-mp3lame
--enable-dts --enable-xvid --enable-x264 --enable-vorbis
--enable-libogg --enable-gpl --enable-pp --enable-mingw32
--enable-memalign-hack --disable-debug
--extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib
x264.c: In function `X264_init':
x264.c:151: error: structure has no member named `i_rc_method'
x264.c:151: error: `X264_RC_CRF' undeclared (first use in this function)
x264.c:151: error: (Each undeclared identifier is reported only once
x264.c:151: error: for each function it appears in.)
x264.c:152: error: structure has no member named `f_rf_constant'
x264.c:154: error: structure has no member named `i_rc_method'
x264.c:154: error: `X264_RC_CQP' undeclared (first use in this function)
x264.c:161: error: structure has no member named `i_rc_method'
x264.c:161: error: `X264_RC_ABR' undeclared (first use in this function)
make[1]: *** [x264.o] Error 1
make[1]: Leaving directory `/home/dev/Sources/fobs-src/ffmpeg/libavcodec'
make: *** [lib] Error 2
...?
build x264 for ffmpeg
may be you must type -enable-libx264, also try to install from git clone git://git.videolan.org/x264.git x264 or latest snapshot, you can find it in google