You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Download x264 from Git. Problem occurs with r1318
2. Configure FFmbc:
aptitude install build-essential subversion git-core yasm libgpac-dev
libdirac-dev libgsm1-dev libschroedinger-dev libspeex-dev libvorbis-dev
libopenjpeg-dev libdc1394-dev libsdl1.2-dev zlib1g-dev texi2html
libfaac-dev libfaad-dev libmp3lame-dev libtheora-dev libxvidcore4-dev
libopencore-amrnb-dev libopencore-amrwb-dev
3. make install
4. Make then fails with the following error:
libavcodec/libx264.c: In function ‘encode_nals’:
libavcodec/libx264.c:75: warning: implicit declaration of function
‘x264_nal_encode’
libavcodec/libx264.c: In function ‘X264_init’:
libavcodec/libx264.c:190: error: ‘x264_param_t’ has no member named
‘b_bframe_pyramid’
make: *** [libavcodec/libx264.o] Error 1
What is the expected output? What do you see instead?
Expected FFmbc to build without errors.
What version of the product are you using? On what operating system?
Running Ubuntu Karmic Koala Netbook Remix on a Asus EeePC 1005HA
Original issue reported on code.google.com by phillclarke@gmail.com on 6 Nov 2009 at 4:38
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
phillclarke@gmail.com
on 6 Nov 2009 at 4:38The text was updated successfully, but these errors were encountered: