From 02135001b44afc5446228228055c9ce7f29df5be Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 3 Aug 2008 15:21:40 +0000 Subject: Change a bunch of video/audio-output-specific preprocessor directives from a HAVE_ prefix to a CONFIG_ prefix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27402 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp_core.h') diff --git a/mp_core.h b/mp_core.h index 2d4726e553..19cb5ff08c 100644 --- a/mp_core.h +++ b/mp_core.h @@ -92,7 +92,7 @@ typedef struct MPContext { int file_format; -#ifdef HAS_DVBIN_SUPPORT +#ifdef CONFIG_DVBIN int last_dvb_step; int dvbin_reopen; #endif -- cgit v1.2.3