|
|
我的系统是redhat9.我在安装MPlayer-1.0pre5 的过程中,
编译安装MPlayer:
tar jxvf MPlayer-1.0pre5.tar.bz2
cd MPlayer-1.0pre5
./configure --enable-gui --with-codecsdir=/usr/lib/codecs --with-win32libdir=/usr/lib/codecs --with-reallibdir=/usr/lib/codecs --with-xanimlibdir=/usr/lib/codecs --disable-inet6 --language=zh_CN
make
make install
cd etc/
cp codecs.conf gui.conf input.conf sample.conf ~/.mplayer/
当我输入cp命令的时候,出现错误,原因是我的etc目录下面没有gui.conf和sample.conf两个文件.
为什么呢?
请各位帮忙解决一下! |
|