diff mp_core.h @ 27370:14c5017f40d2

Change a bunch of video/audio-output-specific preprocessor directives from a HAVE_ prefix to a CONFIG_ prefix.
author diego
date Sun, 03 Aug 2008 15:21:40 +0000
parents e7c989f7a7c9
children 92e770f6e890
line wrap: on
line diff
--- a/mp_core.h	Sat Aug 02 21:39:29 2008 +0000
+++ b/mp_core.h	Sun Aug 03 15:21:40 2008 +0000
@@ -92,7 +92,7 @@
 
     int file_format;
 
-#ifdef HAS_DVBIN_SUPPORT
+#ifdef CONFIG_DVBIN
     int last_dvb_step;
     int dvbin_reopen;
 #endif