插件作者的标准出来了!Manyou诚邀开发者加盟!
“互联网平台开发者”特刊 有奖征集开发者
立即免费下载 Discuz!6.1.0正式版
Discuz! 6.1.0 使用说明
Discuz!NT2.5正式版发布
开放源码下载
UCenter Home 1.2 正式版发布
官方站 | 帮助文档
基于ECShop的网店托管-卖否
北京PHP就业培训热招 | LAMP培训大连
Discuz!收费服务内容及价格
《站长》杂志读者调查表
Discuz!/ECShop 专用官方虚拟主机
Yes玩·快速建立联盟帮助
Comsenz 招聘信息
网店系统ECShop v2.6.0正式版火热发布
基于Discuz!的免费论坛空间5D6D
《站长》第七期:2008SNS进行时
返回列表 发新话题
安装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
8. 安装 FFmpeg 编码器
复制内容到剪贴板代码:
# cd /usr/local/src/video/FFmpeg/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'
# make
# make install

这一段不会弄,如果照上面写完,回车它还是下一行,不执行
如果把所有的单引号都去掉,最后install时报文件名太长错误~~
[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.

怎么办?
重来了一遍,还是这个错误

ERROR: x264 not found
把开启X264那一条删除,可以configure

然后make没事
make install时报这个错误

collect2: ld returned 1 exit status
make[1]: *** [libavcodec.so.51] Error 1
make[1]: Leaving directory `/usr/local/src/video/FFmpeg/FFmpeg/libavcodec'
make: *** [lib] Error 2
有人吗?????????????????????????????????????
听说DZ的互帮是很有名的,我是忍受不了PW的冷漠才由PW转成DZ的,bbs,blog,shop全转了.

没想在DZ上也这样,有一个互助的,加了QQ,我说"您好",对方竟然也不说话,看来天下乌鸦一般黑!
要是能支持rmvb ,rm可式转录就好了
刚装了一个5.5,还不错
http://dv.xfbk.com
录既然用了red5了,播发flv为什么没有进度可调控制呢(快进)

http://dv.xfbk.com
为什么程序过一段时间就要重新启动一下red5才可以呢?过一段时间就会自动断掉了.
你们都是怎么设置的?
返回列表