summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-03 02:50:01 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-03 02:50:01 +0000
commitd0aadc8497aafd7663d597db7a53240ea10c8bc5 (patch)
tree86c461a2193e12722e45f62229328f41b081ff3a /configure
parent6206f25690436785a50c178b7b095e07967ea4d7 (diff)
downloadmpv-d0aadc8497aafd7663d597db7a53240ea10c8bc5.tar.bz2
mpv-d0aadc8497aafd7663d597db7a53240ea10c8bc5.tar.xz
remove mac shlb support to use new helix codec for realvideo support on osx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13861 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure24
1 files changed, 1 insertions, 23 deletions
diff --git a/configure b/configure
index da69b75a63..7eac946815 100755
--- a/configure
+++ b/configure
@@ -193,7 +193,6 @@ Codecs:
--enable-jpeg enable jpeg input/output support [autodetect]
--enable-liblzo enable external liblzo support [autodetect]
--disable-win32 disable Win32 DLL support [autodetect]
- --disable-macshlb disable Mac OS X SHLB support [autodetect]
--disable-dshow disable Win32/DirectShow support [autodetect]
--disable-qtx disable Quicktime codecs [autodetect]
--disable-xanim disable XAnim DLL support [autodetect]
@@ -1319,7 +1318,6 @@ _sunaudio=auto
_alsa=auto
_fastmemcpy=yes
_unrarlib=yes
-_macshlb=auto
_win32=auto
_dshow=yes
_select=yes
@@ -1729,8 +1727,6 @@ for ac_option do
--disable-mmx) # 3Dnow! and MMX2 require MMX
_3dnow=no _3dnowex=no _mmx=no _mmx2=no ;;
- --enable-macshlb) _macshlb=yes ;;
- --disable-macshlb) _macshlb=no ;;
--enable-win32) _win32=yes ;;
--disable-win32) _win32=no _dshow=no ;;
--enable-dshow) _win32=yes _dshow=yes ;;
@@ -5224,21 +5220,6 @@ else
_ld_faad=
fi
-echocheck "MacOS X SHLB (shared lib) support"
-if test "$_macshlb" = auto ; then
- if test "$_macosx" = yes ; then
- _macshlb=yes
- else
- _macshlb=no
- fi
-fi
-echores "$_macshlb"
-if test "$_macshlb" = yes ; then
- _def_macshlb='#define USE_MACSHLB 1'
-else
- _def_macshlb='#undef USE_MACSHLB'
-fi
-
if test "$_win32" = auto ; then
if x86 ; then
qnx && _win32=no
@@ -5382,7 +5363,7 @@ fi
echocheck "RealPlayer DLL"
if test "$_real" = auto ; then
_real=no
- if test "$_dl" = yes || test "$_win32" = yes || test "$_macshlb" = yes ; then
+ if test "$_dl" = yes || test "$_win32" = yes ; then
# if test "$_dl" = yes ; then
if linux || freebsd || netbsd || win32 || darwin ; then
_real=yes
@@ -6846,9 +6827,6 @@ $_def_dshow
/* Mac OS X specific features */
$_def_macosx
-/* Mac OS X SHLB support */
-$_def_macshlb
-
/* Build our Win32-loader */
$_def_win32_loader