[问题]about BMP播放WMA

Totem,mplayer,sopcast,realplayer,bmp
回复
头像
Element
帖子: 3537
注册时间: 2005-09-10 16:04
来自: DG-GD-China

[问题]about BMP播放WMA

#1

帖子 Element » 2005-11-08 22:58

我装好系统后,系统好像自带了一个MP3播放器,应该是BMP吧,可是他不能播放WMA格式的歌曲,我按照文档进行了修改,但是在实行make命令后出现了错误,过程如下:
element@ubuntu:~/bmp-wma-0.1.1$ make
make all-recursive
make[1]: Entering directory `/home/element/bmp-wma-0.1.1'
Making all in src
make[2]: Entering directory `/home/element/bmp-wma-0.1.1/src'
Making all in libffwma
make[3]: Entering directory `/home/element/bmp-wma-0.1.1/src/libffwma'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SO URCE -D_GNU_SOURCE -c -g -O2 -MT libffwma_a-allcodecs.o -MD -MP -MF ".deps/libf fwma_a-allcodecs.Tpo" -c -o libffwma_a-allcodecs.o `test -f 'allcodecs.c' || ech o './'`allcodecs.c; \
then mv -f ".deps/libffwma_a-allcodecs.Tpo" ".deps/libffwma_a-allcodecs.Po"; els e rm -f ".deps/libffwma_a-allcodecs.Tpo"; exit 1; fi
In file included from avcodec.h:14,
from allcodecs.c:21:
common.h:72: error: array type has incomplete element type
common.h:74: error: array type has incomplete element type
make[3]: *** [libffwma_a-allcodecs.o] Error 1
make[3]: Leaving directory `/home/element/bmp-wma-0.1.1/src/libffwma'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/element/bmp-wma-0.1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/element/bmp-wma-0.1.1'
make: *** [all] Error 2


现在不能播放WMA,如果我把WMA格式的歌曲往BMP里添加的时候,出现如下提示:
Unable to play files.

The following files could not be played. Please check that:
1. they are accessible.
2. you have enabled the media plugins required.

还有就是列表里不能显示中文。

各位给看看,到底哪里错了。
谢谢。

一个Ubuntu新手。
http://element.blog.ubuntu.org.cn/
Ubuntu Jaunty Jackalope...
AMD Barton 2600+
MSI K7N2 Delta-L
Kingston DDR400 512M*2+256M*1
nVidia FX5200
Seagate 80G(Jaunty Jackalope)
Seagate 160G(XXxxXX)
SyncMaster 732N
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#2

帖子 eexpress » 2005-11-09 16:55

就是没有插件。加w32codecs吗。
● 鸣学
回复