summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-13 17:28:33 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-13 17:28:33 +0000
commit842b44dcd92a92d2156b329377137b44959c0188 (patch)
tree97bc563f8a87f9229294451df26926ca24441570 /configure
parentf87af216728e7dc00e2c039f2d139e2f12f8a9a4 (diff)
downloadmpv-842b44dcd92a92d2156b329377137b44959c0188.tar.bz2
mpv-842b44dcd92a92d2156b329377137b44959c0188.tar.xz
syncfb, mp1e, opendivx removed/disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5600 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure28
1 files changed, 14 insertions, 14 deletions
diff --git a/configure b/configure
index 52f91e2553..101039dfca 100755
--- a/configure
+++ b/configure
@@ -129,13 +129,13 @@ Optional features:
--disable-xanim disable XAnim DLL support [autodetect]
--disable-xvid disable XviD codec [autodetect]
--disable-divx4linux disable DivX4linux codec [autodetect]
- --disable-opendivx disable OpenDivx codec [enable]
+ --enable-opendivx enable _old_ OpenDivx codec [disable]
--enable-vorbis build with OggVorbis support [autodetect]
--enable-faad build with FAAD (AAC) support [autodetect]
--disable-iconv do not use iconv(3) function [autodetect]
--disable-rtc disable RTC (/dev/rtc) on Linux [autodetect]
- --disable-mp1e disable libmp1e support
- (use this option if it does not compile) [enable]
+ --enable-mp1e enable libmp1e support
+ (use this option if it does not compile) [disable]
--disable-libdv disable libdv 0.9.5 support [autodetect]
--disable-streaming disable network streaming support
(support for: http/mms/rtp) [enable]
@@ -764,7 +764,7 @@ _prefix="/usr/local"
# If autodetection is available then the third state is: auto
_libavcodec=auto
_libavcodecso=no # changed default to no as it causes problems - atmos
-_mp1e=auto
+_mp1e=no
_mencoder=yes
_x11=auto
_dga=auto # 1 2 no auto
@@ -1931,16 +1931,16 @@ fi
echores "$_mga"
-echocheck "syncfb"
-_syncfb=no
-test "$_mga" = yes && _syncfb=yes
-if test "$_syncfb" = yes ; then
- _def_syncfb='#define HAVE_SYNCFB 1'
- _vosrc="$_vosrc vo_syncfb.c"
-else
- _def_syncfb='#undef HAVE_SYNCFB'
-fi
-echores "$_syncfb"
+# echocheck "syncfb"
+# _syncfb=no
+# test "$_mga" = yes && _syncfb=yes
+# if test "$_syncfb" = yes ; then
+# _def_syncfb='#define HAVE_SYNCFB 1'
+# _vosrc="$_vosrc vo_syncfb.c"
+# else
+# _def_syncfb='#undef HAVE_SYNCFB'
+# fi
+# echores "$_syncfb"
echocheck "xmga"