分页: 1 / 1

BMPWMA

发表于 : 2005-07-22 14:04
oneleaf
Get WMA Support for Beep Media Player

Install the development tools

sudo apt-get install build-essential

Now we need the Beep Media Player development package

sudo apt-get install beep-media-player-dev

Download the WMA Plugin

wget http://download.berlios.de/bmp-plugins/ ... 1.1.tar.gz

Extract the files

tar -xvzf bmp-wma-0.1.1.tar.gz

Enter the directory

cd bmp-wma-0.1.1

Configure and compile it

./configure
make

install it

sudo make install

or to install it via a deb file (CheckInstall)

sudo make checkinstall


https://wiki.ubuntu.com/BMPWMA

发表于 : 2005-07-22 14:14
yonsan
Get WMA Support for Beep Media Player
让Beep Media Player 支持播放WMA格式文件

Install the development tools
安装开发工具
sudo apt-get install build-essential

Now we need the Beep Media Player development package
现在我们需要安装Beep Media Player 开发包
sudo apt-get install beep-media-player-dev

Download the WMA Plugin
下载WMA插件
wget http://download.berlios.de/bmp-plugins/ ... 1.1.tar.gz

Extract the files
解压刚才下载回来的文件
tar -xvzf bmp-wma-0.1.1.tar.gz

Enter the directory
进入bmp-wma-0.1.1目录
cd bmp-wma-0.1.1

Configure and compile it
配置与编译
./configure
make

install it
安装
sudo make install

or to install it via a deb file (CheckInstall)
或者通过deb文件方式安装它(CheckInstall)
sudo make checkinstall


https://wiki.ubuntu.com/BMPWMA

发表于 : 2005-07-28 11:30
oneleaf

发表于 : 2005-07-28 11:34
yonsan
文档中的最后一个命令应该是以下这样的:

sudo make checkinstall

发表于 : 2005-07-28 11:48
oneleaf
OK,已经修正。

发表于 : 2005-07-29 14:59
zhuzhzh
好东西,一直想装


以前用的新华的linux,由于一个包无法安装,所以一直无法编译成功

只能用totem-xine播放wma的

发表于 : 2005-10-26 19:30
forest_yea
make后出现如下错误,不能继续,高手请帮忙看看,谢谢。

make all-recursive
make[1]: Entering directory `/home/forest/bmp-wma-0.1.1'
Making all in src
make[2]: Entering directory `/home/forest/bmp-wma-0.1.1/src'
Making all in libffwma
make[3]: Entering directory `/home/forest/bmp-wma-0.1.1/src/libffwma'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -g -O2 -MT libffwma_a-allcodecs.o -MD -MP -MF ".deps/libffwma_a-allcodecs.Tpo" -c -o libffwma_a-allcodecs.o `test -f 'allcodecs.c' || echo './'`allcodecs.c; \
then mv -f ".deps/libffwma_a-allcodecs.Tpo" ".deps/libffwma_a-allcodecs.Po"; else rm -f ".deps/libffwma_a-allcodecs.Tpo"; exit 1; fi
In file included from avcodec.h:14,
from allcodecs.c:21:
common.h:72: 错误:数组元素的类型不完全
common.h:74: 错误:数组元素的类型不完全
make[3]: *** [libffwma_a-allcodecs.o] 错误 1
make[3]: Leaving directory `/home/forest/bmp-wma-0.1.1/src/libffwma'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/home/forest/bmp-wma-0.1.1/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/forest/bmp-wma-0.1.1'
make: *** [all] 错误 2

发表于 : 2005-10-27 16:22
zengsun
此问题已经解决。请参阅viewtopic.php?t=4569&highlight=