Thread: ffmpeg
View Single Post
Old 6th May 2009
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

Quote:
Originally Posted by carpman View Post
Code:
libavcodec/libx264.c: In function `X264_init':
libavcodec/libx264.c:165: error: structure has no member named `b_bframe_adaptive'
libavcodec/libx264.c:230: error: structure has no member named `b_bidir_me'
libavcodec/libx264.c:231: error: structure has no member named `b_bframe_rdo'
libavcodec/libx264.c:256: error: structure has no member named `psz_rc_eq'
Looks like you need to install multimedia/x264 it looks like the header file is missing. Either that or use the OPTIONS to disable X264.
Reply With Quote