make[1]: Entering directory `/root/下载/MPlayer-1.0rc2/libvo'
cc -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -c -o vo_ivtv.o vo_ivtv.c
vo_ivtv.c: In function 'ivtv_reset':
vo_ivtv.c:79:31: error: storage size of 'sd' isn't known
vo_ivtv.c:80:32: error: storage size of 'sd1' isn't known
vo_ivtv.c:84:14: error: 'IVTV_STOP_FL_HIDE_FRAME' undeclared (first use in this function)
vo_ivtv.c:84:14: note: each undeclared identifier is reported only once for each function it appears in
vo_ivtv.c:87:23: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function)
vo_ivtv.c:97:23: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function)
vo_ivtv.c:80:32: warning: unused variable 'sd1'
vo_ivtv.c:79:31: warning: unused variable 'sd'
make[1]: *** [vo_ivtv.o] Error 1
make[1]: Leaving directory `/root/下载/MPlayer-1.0rc2/libvo'
make: *** [libvo/libvo.a] 错误 2
嗳你昧 于 2011-04-19 17:04:53发表:
借鉴的,很简单的方法。要求连网
添加Livna源仓库
rpm -ivh http://rpm.livna.org/livna-release.rpm
添加Fusion源仓库
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
# yum install mplayer-gui
# yum install xine
# yum install smplayer
在mplayer-gui里有多种视频解码方案,例如: xv, gl, ... (取决于你的显卡能力,但是多数情况下, xv 都是可以正常工作的)
选择方法
mplayer-gui -> Preferences -> Video -> xv
alick 于 2011-04-05 23:10:05发表:
最省事的办法是 使用 rpmfusion 软件源里的 mplayer 软件包。
真要编译,很奇怪 这个 IVTV ,看起来是一种视频输出,感觉不见得
用的到的。(一般用 xv 视频输出的效果比较好)。
不妨考虑 ./configure 时禁用这个相关的东西。
另外,编译时最好采用最新的SVN中的源代码。
qlzgdzfl 于 2011-04-04 10:16:52发表:
tv?
把这个去了试试
./configure --help
有这个吧
tiany524 于 2011-04-03 14:43:43发表:
用yum安装 方便快捷
Dominate 于 2011-04-03 09:10:00发表:
俺是直接添加源后 yum装的 现在一切正常...........
xlm716 于 2011-04-02 23:20:25发表:
fedora 14
alick 于 2011-04-02 23:07:34发表:
在什么系统上编译的?