装上了FC10,其他的都还不错,用yum方式安装了mplayer可是在播放视频的时候,有迟延,而且比较严重。
于是想重新编绎,用的是mplayer 1.0rc2的源码包,./configure --enable-gui没有问题,在make的时候报错。
看了一下,FC10中GCC的版本是4.3.2,原来FC9中的版本是4.3.0那个我编绎过,没有问题,编绎出来的程序运行也没有问题,播放很流畅。
想请教各位高手有什么解决方法么?
reetype2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -c -o vo_ivtv.o vo_ivtv.c
vo_ivtv.c: In function 'ivtv_reset':
vo_ivtv.c:79: error: storage size of 'sd' isn't known
vo_ivtv.c:80: error: storage size of 'sd1' isn't known
vo_ivtv.c:84: error: 'IVTV_STOP_FL_HIDE_FRAME' undeclared (first use in this function)
vo_ivtv.c:84: error: (Each undeclared identifier is reported only once
vo_ivtv.c:84: error: for each function it appears in.)
vo_ivtv.c:87: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function)
vo_ivtv.c:97: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function)
vo_ivtv.c:80: warning: unused variable 'sd1'
vo_ivtv.c:79: warning: unused variable 'sd'
make[1]: *** [vo_ivtv.o] Error 1
make[1]: Leaving directory `/home/gj/setup/src/MPlayer-1.0rc2/libvo'
make: *** [libvo/libvo.a] 错误 2