编译安装MPlayer 1.0rc2 完全教程

Totem,mplayer,sopcast,realplayer,bmp
piero10pj
帖子: 3
注册时间: 2008-05-01 20:31

#16

帖子 piero10pj » 2008-05-17 16:58

终于按楼主的教程编译成功了,十分感谢阿!我是64位机,编译过程基本没区别,唯独linux解码器选择下载 essential-amd64-20071007.tar.bz2 而不能下载 essential-20071007.tar.bz2
phying
帖子: 67
注册时间: 2008-05-03 13:13

#17

帖子 phying » 2008-05-17 17:32

编译的话安装后是中文界面?一直从源里装的英文版。
头像
myshenzhen
帖子: 229
注册时间: 2007-09-14 9:17
来自: 深圳

Re: 编译安装MPlayer 1.0rc2 完全教程

#18

帖子 myshenzhen » 2008-11-12 13:10

请问 ubuntu 8.10 下如何编译?
俺是菜鸟中的菜鸟的菜鸟.英文它认识我,我不认识它.
请给点耐心,和详细的指点.谢谢
ship_engineer
帖子: 60
注册时间: 2007-09-03 20:34

Re: 编译安装MPlayer 1.0rc2 完全教程

#19

帖子 ship_engineer » 2008-11-13 15:07

conanx, 我是用网络装的不过装不了 高手指点一下
engineer@engineer-laptop:~$ sudo apt-get install mplayer
[sudo] password for engineer:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
有一些软件包无法被安装。如果您用的是不稳定(unstable)发行版,这也许是
因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
包尚未被创建或是它们还在新到(incoming)目录中。

您仅要求对单一软件包进行操作,这极有可能是因为该软件包安装不上,同时,
您最好提交一个针对这个软件包的故障报告。
下列的信息可能会对解决问题有所帮助:

下列的软件包有不能满足的依赖关系:
mplayer: 依赖: libdvdnav4 (>= 0.1.10) 但却无法安装它
依赖: libenca0 (>= 1.9) 但却无法安装它
依赖: libggi2 (>= 1:2.2.1) 但却无法安装它
依赖: libjack0 (>= 0.109.2) 但却无法安装它
依赖: libopenal0a 但却无法安装它
依赖: libsvga1 但却无法安装它
E: 无法安装的软件包
zhukerong
帖子: 8
注册时间: 2009-01-08 21:42
联系:

Re: 编译安装MPlayer 1.0rc2 完全教程

#20

帖子 zhukerong » 2009-01-08 21:45

高手们阿 我在make install的时候就提示这个:
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/soul/software/mplayer/MPlayer-1.0rc2/libvo'
make: *** [libvo/libvo.a] 错误 2

是怎么回事阿 我按照你们的一步步作的阿
:em20
男人忽悠女的叫调戏, 女的忽悠男的叫勾引, 两人对着忽悠叫.....爱情....我CaO
~~~~
哥我只用Linux, 不过生活中还真少不了windows, 看看mao片还是有益生心健康滴.......
aniba
帖子: 1
注册时间: 2007-10-25 11:48

Re: 编译安装MPlayer 1.0rc2 完全教程

#21

帖子 aniba » 2009-01-10 12:00

楼上的试试这个./configure --disable-ivtv
头像
ptpt52
帖子: 717
注册时间: 2008-07-27 8:51
系统: Ubuntu/Windows
来自: 广西玉林|广东深圳
联系:

Re: 编译安装MPlayer 1.0rc2 完全教程

#22

帖子 ptpt52 » 2009-02-17 19:50

zhukerong 写了:高手们阿 我在make install的时候就提示这个:
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/soul/software/mplayer/MPlayer-1.0rc2/libvo'
make: *** [libvo/libvo.a] 错误 2

是怎么回事阿 我按照你们的一步步作的阿
:em20
:em20 :em20
我也是一样的错误阿
wei200041
帖子: 2
注册时间: 2010-11-01 13:41

Re: 编译安装MPlayer 1.0rc2 完全教程

#23

帖子 wei200041 » 2010-11-08 13:57

我的10.1032bit也是上米昂侧错误,都是关于vo_ivtv.c的错误
回复