diff libmpdemux/demux_ogg.c @ 27393:4876c89bafdd

Rename font-related preprocessor directives. Switch them from a HAVE_ to a CONFIG_ prefix.
author diego
date Thu, 07 Aug 2008 10:36:07 +0000
parents 40057010b1fa
children d47744b95b78
line wrap: on
line diff
--- a/libmpdemux/demux_ogg.c	Thu Aug 07 09:53:59 2008 +0000
+++ b/libmpdemux/demux_ogg.c	Thu Aug 07 10:36:07 2008 +0000
@@ -196,7 +196,7 @@
 
   mp_msg(MSGT_DEMUX,MSGL_DBG2,"Ogg sub lines: %d  first: '%s'\n",
       ogg_sub.lines, ogg_sub.text[0]);
-#ifdef HAVE_ICONV
+#ifdef CONFIG_ICONV
   subcp_recode(&ogg_sub);
 #endif
   vo_sub = &ogg_sub;
@@ -745,7 +745,7 @@
   sh_audio_t* sh_a;
   sh_video_t* sh_v;
 
-#ifdef HAVE_ICONV
+#ifdef CONFIG_ICONV
   subcp_open(NULL);
 #endif
 
@@ -1486,7 +1486,7 @@
   if(!ogg_d)
     return;
 
-#ifdef HAVE_ICONV
+#ifdef CONFIG_ICONV
   subcp_close();
 #endif