fedora 8 装ffmpeg出错了

zhouchunlong00 2013-03-08 10:59:47
我安装的步骤时
1、lame 支持mp3
Url:http://sourceforge.net/project/showfiles.php?group_id=290&package_id=309
#####################################
tar -zxvf lame-398.tar.gz
cd lame-398
./configure --enable-shared --prefix=/usr
make && make install
#####################################


2、libogg
Url:http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz
###################################
tar xvfz libogg-1.1.3.tar.gz
cd libogg-1.1.3
./configure --prefix=/usr
make && make install
###################################

3、libvorbis
Url:http://jaist.dl.sourceforge.net/project/buluoos/0.1/src/libvorbis-1.3.1.tar.gz
#####################################
tar xvfz libvorbis-1.3.1.tar.gz
cd libvorbis-1.3.1
./configure --prefix=/usr
make && make install
#####################################


4、xvid
Url:http://downloads.xvid.org/downloads/xvidcore-1.3.1.tar.gz
#####################################
tar zvxf xvidcore-1.3.1.tar.gz
cd xvidcore/build/generic
./configure --prefix=/usr
make && make install
#####################################

5、yasm
Url:http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz
# tar xzvf yasm-1.1.0.tar.gz
# cd yasm-1.1.0
# ./configure --prefix=/usr/local/yasm
# make && make install
export PATH=$PATH:/usr/local/yasm/bin
#gedit /etc/profile
export PATH=$PATH:/usr/local/yasm/bin

6、x264
Url: ftp://ftp.videolan.org/pub/x264/snapshots/last_x264.tar.bz2//有错误
tar xvfj last_x264.tar.bz2
cd x264-snapshot-20110409-2245
./configure --prefix=/usr --enable-shared
make && make install

7、libdts
http://download.videolan.org/pub/videolan/libdca/0.0.5/libdca-0.0.5.tar.bz2
#####################################
tar xvfj libdca-0.0.5.tar.bz2
cd libdca-0.0.5
./configure --prefix=/usr
make && make install
#####################################

8、a52
a52dec-0.7.4.tar.gz
http://liba52.sourceforge.net/downloads.html
9、faad2
http://nchc.dl.sourceforge.net/project/faac/faad2-src/faad2-2.7/faad2-2.7.tar.gz
#####################################
tar xvfz faad2-2.7.tar.gz
cd faad2-2.7
./configure --prefix=/usr --with-mp4v2 --enable-shared
make && make install
#####################################


10、faac
http://nchc.dl.sourceforge.net/project/faac/faac-src/faac-1.26/faac-1.26.tar.gz
#####################################
tar zxvf faac-1.26.tar.gz
cd faac
./bootstrap
./configure
make && make install
#####################################
我就时按照上面的步骤一步一步来的
安装到这里就出错了,
[root@localhost faac]# ./bootstrap
configure.in:11: warning: underquoted definition of MY_DEFINE
configure.in:11: run info '(automake)Extending aclocal'
configure.in:11: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.in:4: installing `./missing'; error while making link: 不支持的操作
configure.in:4: installing `./install-sh'; error while making link: 不支持的操作
common/mp4v2/Makefile.am: installing `./depcomp'; error while making link: 不支持的操作,
那位大哥帮我解决哈。!!!!

...全文
85 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
wang0___0 2013-04-17
  • 打赏
  • 举报
回复
一样的问题!!楼主怎么解决的哈!贴出来看看!

23,121

社区成员

发帖
与我相关
我的任务
社区描述
Linux/Unix社区 应用程序开发区
社区管理员
  • 应用程序开发区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧