|
|
@ -56,9 +56,11 @@ mplayer_postmake() { |
|
|
|
} |
|
|
|
|
|
|
|
sysconfdir="$sysconfdir/mplayer" |
|
|
|
confopt="--prefix=$root/$prefix --confdir=$sysconfdir --enable-menu" |
|
|
|
confopt="$confopt --enable-linux-devfs --with-extraincdir=/usr/include/libpng" |
|
|
|
confopt="$confopt --enable-fbdev --enable-largefiles --enable-shared-pp" |
|
|
|
confopt="--prefix=$root/$prefix --confdir=$sysconfdir" |
|
|
|
|
|
|
|
var_append confopt " " "--enable-linux-devfs --enable-menu \ |
|
|
|
--with-extraincdir=/usr/include/libpng \ |
|
|
|
--enable-fbdev --enable-largefiles --enable-shared-pp" |
|
|
|
|
|
|
|
if [ $arch = x86 ] ; then |
|
|
|
var_append confopt " " "--with-win32libdir=$root/$prefix/lib/win32" |
|
|
@ -77,5 +79,5 @@ test -f $root/var/adm/packages/xmms && var_append confopt " " "--enable-xmms" |
|
|
|
test -f $root/var/adm/packages/gtk+12 && var_append confopt " " "--enable-gui" |
|
|
|
test "$ROCKCFG_DISABLE_NLS" = 0 || var_append confopt " " "--disable-i18n" |
|
|
|
|
|
|
|
postmake=mplayer_postmake |
|
|
|
hook_add postmake 5 mplayer_postmake |
|
|
|
|