Thread: ffmpeg
View Single Post
Old 7th May 2009
carpman carpman is offline
Shell Scout
 
Join Date: Jul 2008
Posts: 94
Default

Hello and thanks for reply, X264 is already installed!

I also tried un-setting X264 option

from /usr/ports/multimedia/ffmpeg/Makefile
Code:
OPTIONS=        AMR_NB  "AMR narrowband encoder" off \
                AMR_WB  "AMR wideband encoder" off \
                FAAC    "FAAC mp4/aac audio encoder" off \
                FAAD    "FAAD mp4/aac audio decoder" on \
                GSM     "gsm audio codec" off \
                IPV6    "IPV6 network support" on \
                LAME    "lame MP3 codec" off \
                LIBA52  "liba52 support"        on \
                OPTIMIZED_CFLAGS "Additional optimizations" off \
                SDL     "SDL support (build ffplay)" off \
                THEORA  "libtheora support (implies OGG)" on \
                VORBIS  "libvorbisenc support (implies OGG)" on \
                X264    "X.264 codec" off \
                XVID    "XVID codec" off
but still have error

Code:
/usr/ports/multimedia/ffmpeg]# make install clean
===>  Building for ffmpeg-2008.07.27_10
cc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I. -I"/usr/ports/multimedia/ffmpeg/work/ffmpeg-2008-07-27" -pipe -march=pentium3 -O3 -ffast-math -fno-finite-math-only -fomit-frame-pointer -fno-strict-aliasing -msse -I/usr/local/include -fomit-frame-pointer -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -O3 -fno-math-errno         -c -o libavcodec/libx264.o libavcodec/libx264.c
cc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I. -I"/usr/ports/multimedia/ffmpeg/work/ffmpeg-2008-07-27" -pipe -march=pentium3 -O3 -ffast-math -fno-finite-math-only -fomit-frame-pointer -fno-strict-aliasing -msse -I/usr/local/include -fomit-frame-pointer -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -O3 -fno-math-errno         -c -o libavcodec/dca_parser.o libavcodec/dca_parser.c
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'
gmake: *** [libavcodec/libx264.o] Error 1
gmake: *** Waiting for unfinished jobs....
*** Error code 1

Stop in /usr/ports/multimedia/ffmpeg.
*** Error code 1

Stop in /usr/ports/multimedia/ffmpeg.

cheers
Reply With Quote