diff mpcommon.c @ 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 5fe6a8adf569
children 89971b14c335
line wrap: on
line diff
--- a/mpcommon.c	Sat Aug 02 21:39:29 2008 +0000
+++ b/mpcommon.c	Sun Aug 03 15:21:40 2008 +0000
@@ -7,7 +7,7 @@
 #include "libvo/video_out.h"
 #include "spudec.h"
 #include "vobsub.h"
-#ifdef HAVE_TV_TELETEXT
+#ifdef CONFIG_TV_TELETEXT
 #include "stream/tv.h"
 #endif
 #include "libavutil/intreadwrite.h"
@@ -165,7 +165,7 @@
 
 void update_teletext(sh_video_t *sh_video, demuxer_t *demuxer, int reset)
 {
-#ifdef HAVE_TV_TELETEXT
+#ifdef CONFIG_TV_TELETEXT
     tvi_handle_t* tvh=demuxer->priv;
     int page_changed;