安装MP3编码器出现如下告警和错误,请教大家怎么处理啊
config.status: creating ACM/ADbg/Makefile
config.status: creating ACM/ddk/Makefile
config.status: creating ACM/tinyxml/Makefile
config.status: creating lame.spec
config.status: creating mac/Makefile
config.status: creating config.h
brhist.c:63:21: curses.h: No such file or directory
brhist.c:65:20: term.h: No such file or directory
brhist.c: In function `brhist_init':
brhist.c:176: warning: implicit declaration of function `tgetent'
brhist.c:182: warning: implicit declaration of function `tgetnum'
brhist.c:190: warning: implicit declaration of function `tgetstr'
brhist.c:190: warning: assignment makes pointer from integer without a cast
brhist.c:195: warning: assignment makes pointer from integer without a cast
brhist.c:200: warning: assignment makes pointer from integer without a cast
brhist.c:205: warning: assignment makes pointer from integer without a cast
make[2]: *** [brhist.o] Error 1
make[2]: Leaving directory `/usr/local/src/video/FFmpeg/lame-3.97/frontend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/video/FFmpeg/lame-3.97'
make: *** [all] Error 2
[root@robinhood FFmpeg]# ./configure \
> '--prefix=/usr' \
> '--enable-gpl' \
> '--enable-shared' \
> '--enable-mp3lame' \
> '--enable-amr_nb' \
> '--enable-amr_wb' \
> '--enable-amr_if2' \
> '--enable-libogg' \
> '--enable-vorbis' \
> '--enable-xvid' \
> '--enable-a52' \
> '--enable-a52bin' \
> '--enable-faadbin' \
> '--enable-dts' \
> '--enable-pp' \
> '--enable-faad' \
> '--enable-faac' \
> '--enable-x264' \
> '--enable-pthreads' \
> '--disable-ffserver' \
> '--disable-ffplay'
ERROR: x264 not found
If you think configure made a mistake, make sure you are using the latest
version from SVN. If the latest version fails, report the problem to the ffmpeg-devel@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.err" produced by configure as this will help
solving the problem.