From 81b93f7e7a102d677ce7cf2761c00b6a8895511b Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 23 Sep 2005 00:55:11 +0000 Subject: libavformat now requires CONFIG_(DE)MUXERS #defines. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16552 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index c390a14757..092ca85976 100755 --- a/configure +++ b/configure @@ -7414,6 +7414,11 @@ $_def_libavformat_win32 /* Use libavcodec's encoders */ #define CONFIG_ENCODERS 1 +/* Use libavformat's demuxers */ +#define CONFIG_DEMUXERS 1 +/* Use libavformat's muxers */ +#define CONFIG_MUXERS 1 + #define CONFIG_MPEGAUDIO_HP 1 #define CONFIG_GPL 1 -- cgit v1.2.3