summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-23 21:19:52 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-23 21:19:52 +0000
commitab2ccefb555758054d17e4da5ca723b9bf42d5d2 (patch)
tree643acd1706b20ed4d78359939abb695c9fa13a4d
parent0d4c1d1f293a8985754024456af98884dd830c7f (diff)
downloadmpv-ab2ccefb555758054d17e4da5ca723b9bf42d5d2.tar.bz2
mpv-ab2ccefb555758054d17e4da5ca723b9bf42d5d2.tar.xz
added #define CONFIG_DECODERS to support latest ffmpeg CVS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1384 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index fc45f95a7e..0d21d04d9d 100755
--- a/configure
+++ b/configure
@@ -1808,6 +1808,8 @@ $_dshow
/* ffmpeg's libavcodec support (requires libavcodec source) */
$_libavcodec
+/* use only decoders from libavcodec: */
+#define CONFIG_DECODERS
/* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/
$_fastmemcpy