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

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