summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-20 10:10:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-20 10:10:26 +0000
commitf9455f34d0010686377dca01294a7f7be80d738c (patch)
tree479b5a68da55a2c63447561a610a19f194999831 /configure
parentf2281fa06aa6659464910913c3a49b10e5221583 (diff)
downloadmpv-f9455f34d0010686377dca01294a7f7be80d738c.tar.bz2
mpv-f9455f34d0010686377dca01294a7f7be80d738c.tar.xz
Remove internal unrarlib copy, the new unrarexec code is a strict superset.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25468 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure b/configure
index 1bb44e4318..1be83af62c 100755
--- a/configure
+++ b/configure
@@ -255,7 +255,6 @@ Optional features:
--disable-bitmap-font disable bitmap font support [enable]
--disable-freetype disable FreeType 2 font rendering [autodetect]
--disable-fontconfig disable fontconfig font lookup [autodetect]
- --disable-unrarlib disable Unique RAR File Library [enabled]
--disable-unrarexec disable using of UnRAR executable [enabled]
--enable-menu enable OSD menu (not DVD menu) [disabled]
--disable-sortsub disable subtitle sorting [enabled]
@@ -592,7 +591,6 @@ _sgiaudio=auto
_sunaudio=auto
_alsa=auto
_fastmemcpy=yes
-_unrarlib=yes
_unrar_exec=auto
_win32dll=auto
_select=yes
@@ -1097,8 +1095,6 @@ for ac_option do
--disable-freetype) _freetype=no ;;
--enable-fontconfig) _fontconfig=yes ;;
--disable-fontconfig) _fontconfig=no ;;
- --enable-unrarlib) _unrarlib=yes ;;
- --disable-unrarlib) _unrarlib=no ;;
--enable-unrarexec) _unrar_exec=yes ;;
--disable-unrarexec) _unrar_exec=no ;;
--enable-ftp) _ftp=yes ;;
@@ -6711,13 +6707,6 @@ else
fi
echores "$_fastmemcpy"
-echocheck "UniquE RAR File Library"
-if test "$_unrarlib" = yes ; then
- _def_unrarlib='#define USE_UNRARLIB 1'
-else
- _def_unrarlib='#undef USE_UNRARLIB'
-fi
-echores "$_unrarlib"
echocheck "UnRAR executable"
if test "$_unrar_exec" = auto ; then
@@ -7626,7 +7615,6 @@ FAAD = $_faad
SPEEX = $_speex
MUSEPACK = $_musepack
-UNRARLIB = $_unrarlib
UNRAR_EXEC = $_unrar_exec
PNG = $_png
JPEG = $_jpeg
@@ -8179,9 +8167,6 @@ $_def_nemesi
/* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/
$_def_fastmemcpy
-/* Use unrarlib for Vobsubs */
-$_def_unrarlib
-
/* Use UnRAR executable for Vobsubs */
$_def_unrar_exec