diff libmpdemux/demuxer.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 40057010b1fa
children bfebea06911d
line wrap: on
line diff
--- a/libmpdemux/demuxer.h	Sat Aug 02 21:39:29 2008 +0000
+++ b/libmpdemux/demuxer.h	Sun Aug 03 15:21:40 2008 +0000
@@ -12,7 +12,7 @@
 #endif
 
 #define MAX_PACKS 4096
-#ifdef HAVE_TV_BSDBT848
+#ifdef CONFIG_TV_BSDBT848
 #define MAX_PACK_BYTES 0x2000000
 #else
 #define MAX_PACK_BYTES 0x800000