|
|
如果我想加入
“ myconf="${myconf} --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"”
到
/usr/portage/media-video/mplayer/mplayer-1.0.20060217.ebuild
应该加入到哪里合适呢?我实验了几个位置,都发现编译的时候出现信息:
Enabled optional drivers:
Input: ftp network tv mpdvdkit2 vcd
Codecs: libavcodec xanim libmpeg2 liba52 mp3lib tremor(internal) libmad gif
Audio output: alsa esd oss sdl mpegpes(file)
Video output: sdl gif89a md5sum pnm jpeg png mpegpes(file) opengl xv x11 xover
Audio filters:
Disabled optional drivers:
Input: vstream tv-v4l2 tv-v4l tv-bsdbt848 edl live555 matroska cdda dvdread dvb smb
Codecs: qtx opendivx x264 xvid libdv amr_wb amr_nb real dshow/dmo win32 faad2 faac musepack libdts libtheora speex twolame toolame liblzo
Audio output: sgi sun openal jack polyp arts dxr2 nas dsound win32
Video output: xvidix winvidix cvidix bl zr zr2 dxr3 dxr2 directx vesa fbdev svga caca aa ggi xmga mga dga xvmc directfb tga tdfx_vid tdfxfb 3dfx
Audio filters: ladspa
需要的都在disable里边
还有,这段我也没有看懂
#############
# Audio Output #
#############
use alsa || myconf="${myconf} --disable-alsa"
use arts || myconf="${myconf} --disable-arts"
use esd || myconf="${myconf} --disable-esd"
use mad || myconf="${myconf} --disable-mad"
use nas || myconf="${myconf} --disable-nas"
怎么 use后边反尔都是disable呢? |
|