k的专栏

孤独散步者的遐思

用户操作
[即时聊天] [发私信] [加为好友]
kID:fengyuruhui
35290次访问,排名3471,好友1人,关注者2人。
fengyuruhui的文章
原创 3 篇
翻译 0 篇
转载 130 篇
评论 13 篇
k的公告
本blog仅作个人收藏他人文章之用,无原创。
最近评论
bluehouse1985:Linux 环境下的多核调试
— Intel + Totalview 强强联合!
目前,在软件开发行业,各种性能优异的调试工具层出不穷。但是,它们中的绝大部分都只支持windows环境。即使能支持linux平台,操作起来也很不方便。因此,对于长期在linux上编写程序的开发人员来说,如何调试就成了一个令人头痛的问题!Intel软件 和 Total……
张雷:很好,很强大!
wangts:不错
xue:code是什么?
piaoyu:写的不错,谢谢分享!
文章分类
收藏
    相册
    Linux & C、C++
    ASCII码表
    Berkeley sockets
    Bjarne Stroustrup's homepage
    C 语言常见问题集
    Center of STL Study
    China Unix Man 手册中心
    CNKI Searcher
    CPlusPlus
    Effective STL
    Effective STL
    GCC 中文手册
    GNU Free Software Directory
    HTML 4.0 Specification
    LIBSVM
    Linux C Functions Manual
    Linux Device Drivers
    LUPA 社区
    OldLinux
    VCKBASE 文档中心
    VCKBASE Online Journal
    windbg the easy way
    存档
    订阅我的博客
    XML聚合  FeedSky

    转载 linux下媒体播放器MPlayer-1.0pre7的安装收藏

    新一篇: rpm命令参数列表 | 旧一篇: C++的static关键字

     

    linux下媒体播放器MPlayer-1.0pre7的安装

    关键词: mplayer

    1. 安装code

    tar xjvf all-20050412.tar.bz2

    mv all-20050412 /usr/lib/codes

    chmod 644 /usr/lib/codes/*

    chown root.root /usr/lib/codes/*

    unzip windows-all-20050115.zip //or tar xjvf essential-20050412.tar.bz2
    mv windows-all-20050115 /usr/lib/wincodes //or mv essential-20050412 /usr/lib/wincodes

    chmod 644 /usr/lib/wincodes/*

    chown root.root /usr/lib/wincodes/*

    2.安装MPlayer

    tar vjxf MPlayer-1.0pre7.tar.bz2

    cd MPlayer-1.0pre7

    ./configure --prefix=/usr/local/mplayer/ --enable-gui --enable-freetype --with-codecsdir=/usr/lib/codes/ --with-win32libdir=/usr/lib/wincodes/

    参数说明:

    ./configure \ #详细说明见./configure --help

    --prefix=/usr/local/mplayer/ \ #安装路径

    --enable-gui \ #如果你只在命令下用可以不要这个,相信是不会的

    \ #方便以后调整字体

    --with-codecsdir=/usr/lib/codes/ \ #我们把下载的插件拷贝到这里

    --with-win32libdir=/usr/lib/wincodes/ \ #指定win32代码目录

    make

    make install

    时间较长

    cd etc

    cp example.conf /usr/local/mplayer/etc/config

    cp codecs.conf /usr/local/mplayer/etc/

    3.安装字体
    #cd ---/mplayer-pre7

    tar xjvf gb2312-ming.tar.bz2

    mv gb2312-ming /usr/local/mplayer/share/mplayer/font/

    cd /usr/local/mplayer/share/mplayer/font/

    ln -s gb2312-ming font

    4.安装皮肤

    tar vjxf Blue-1.4.tar.bz2

    mv Blue /usr/local/mplayer/share/mplayer/Skin/

    cd /usr/local/mplayer/share/mplayer/Skin/

    ln -s Blue default

    桌面启动

    创建启动器

    名称:MPlayer

    命令令: /usr/local/mplayer/bin/gmplayer

    然后选择一个你喜欢的图标.

    也可以在终端用/usr/local/mplayer/bin/gmplayer 启动.

    发表于 @ 2007年05月24日 23:41:00|评论(loading...)|编辑

    新一篇: rpm命令参数列表 | 旧一篇: C++的static关键字

    评论

    #LINUX 发表于2007-06-06 20:25:54  IP: 59.33.251.*
    老兄,你说的哪里有下载呀。
    #k 发表于2007-06-20 00:35:15  IP: 58.19.22.*
    用google搜索mplayer就可以搜索到
    #xue 发表于2007-10-05 07:48:32  IP: 222.90.71.*
    code是什么?
    发表评论  


    登录
    Csdn Blog version 3.1a
    Copyright © k