Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
f52f758ddb
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      package/jimmy/mplayer/mplayer.conf

+ 3
- 0
package/jimmy/mplayer/mplayer.conf

@ -85,6 +85,9 @@ if test "$ROCKCFG_PKG_MPLAYER_BLINKENLIGHTS" != 0 ; then
var_append confopt " " "--enable-bl"
fi
# this is b0rken with 2.6.10.
var_append confopt " " "--disable-svga"
pkginstalled rtsp && var_append confopt " " "--enable-live --with-livelibdir=$libdir/live"
pkginstalled xmms && var_append confopt " " "--enable-xmms"
pkginstalled gtk+12 && var_append confopt " " "--enable-gui"

Loading…
Cancel
Save