我安装mplayer,命令如下:
su
cd
./configure
make
但make结果有问题,下面是make的结国
make -C libvo libvo.a
make[1]: Entering directory `/home/heyang/Downloads/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 -I/usr/include/freetype2 -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 `/home/heyang/Downloads/MPlayer-1.0rc2/libvo'
make: *** [libvo/libvo.a] Error 2
这是什么问题
相思爱文 于 2011-09-01 07:08:42发表:
从源安装,不要用源码。
cnbtoo 于 2011-08-31 08:46:24发表:
不懂帮顶
hrhy256 于 2011-08-30 17:48:06发表:
怎么没人理啊