summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-19 22:43:19 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-19 22:43:19 +0000
commitb9e207fab3d5c8350c4f1fc90dbc15a2a86491fe (patch)
treed9dd19df85bc34fde12bd2319946b1b2fb3ef6c6 /configure
parent0555198655c5ec8bdce911407163c042f88c27dd (diff)
downloadmpv-b9e207fab3d5c8350c4f1fc90dbc15a2a86491fe.tar.bz2
mpv-b9e207fab3d5c8350c4f1fc90dbc15a2a86491fe.tar.xz
DivX4Linux support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1350 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 1a0e87825e..850ec83e4d 100755
--- a/configure
+++ b/configure
@@ -1703,6 +1703,8 @@ ALSA_LIB = $_alsalib
ESD_LIB = $_esdlib
ARCH_LIBS = $_archlibs
STREAM_SRCS = $_streamingsrcs
+DECORE_LIBS = -Lopendivx -ldecore
+# DECORE_LIBS=-L/usr/local/lib -ldivxdecore
# --- Some stuff for autoconfigure ----
$_target_arch
@@ -1720,6 +1722,10 @@ cat > $CCONF << EOF
/* -------- Generated by ./configure ----------- */
+/* Define for using new DivX4Linux library, instead of open-source OpenDivX */
+/* You have to change DECORE_LIBS in config.mak too! */
+#undef NEW_DECORE
+
/* Define this to enable avg. byte/sec-based AVI sync method by default:
(use -bps or -nobps commandline option for run-time method selection) */
#undef AVI_SYNC_BPS