mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
465 B

[ -e ${confdir}/${pkg}.conf ] && . ${confdir}/${pkg}.conf
var_append confopt " " "--enable-static --disable-shared-pp"
var_remove confopt " " "--enable-fbdev"
var_remove confopt " " "--enable-shared-pp"
if [ ${arch} = x86 ] ; then
var_append confopt " " "--with-win32libdir=${root}/${prefix}/lib/win32"
fi
var_append confopt " " "--enable-runtime-cpudetection"
var_append confopt " " "--disable-i18n --disable-termcap --disable-shm"
postmake=mplayer_postmake