Browse Source

remove stray and unconditional --enlable-live ...

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1896 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
cfb864ba95
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      package/jimmy/mplayer/mplayer.conf

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

@ -20,7 +20,6 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
mplayer_postmake() {
if type -p gtk-config > /dev/null ; then
echo "extracting the default GUI ..."
@ -78,8 +77,6 @@ if test "$ROCKCFG_PKG_MPLAYER_BLINKENLIGHTS" != 0 ; then
var_append confopt " " "--enable-bl"
fi
var_append confopt " " "--enable-live"
type -p gtk-config > /dev/null && var_append confopt " " "--enable-gui"
test "$ROCKCFG_DISABLE_NLS" = 1 && var_append confopt " " "--disable-i18n"

Loading…
Cancel
Save