Chinaunix首页 | 论坛 | 博客
  • 博客访问: 537015
  • 博文数量: 146
  • 博客积分: 5030
  • 博客等级: 大校
  • 技术积分: 1820
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-16 20:57
文章分类

全部博文(146)

文章存档

2011年(1)

2010年(4)

2009年(30)

2008年(111)

我的朋友

分类: LINUX

2008-06-29 09:14:40

Installing Win32 Codecs

by last modified Jan 30, 2008 09:53 PM
— filed under:

This howto covers installing the windows media codecs for use on Fedora.

Obtain Needed Codecs

The "all" codec pack from mplayer is normally the best option. You may choose to install which ever you would like. There is also a win32 only pack. This howto covers installing the "all" codec pack. There are also other mirrors for the codec pack(s) so if one does not work, try another. The following is an example way to install the "all" pack as root:

cd /tmp
wget codecs/all-20071007.tar.bz2
tar -jxvf
all-20071007.tar.bz2
su -c 'mkdir -p /usr/local/lib/codecs'
su -c 'cp all-20071007/* /usr/local/lib/codecs'
rm -rf /tmp/all-20071007*

Optional Step

This step is not required but might help some users to fufill their needs for the codecs when trying to use them from other applications.

su -c 'ln -sf /usr/local/lib/codecs /usr/lib/codecs && ln -sf /usr/local/lib/codecs /usr/local/lib/win32 && ln -sf /usr/local/lib/codecs /usr/lib/win32'

More Information

Disclaimer

We test this stuff on our own machines, really we do. But you may run into problems, if you do, come to #fedora on irc.freenode.net
Document Actions
阅读(841) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~