diff libmpdemux/demux_avi.c @ 27363:40057010b1fa

Change a bunch of codec-specific preprocessor directives from a HAVE_ prefix to a CONFIG_ prefix.
author diego
date Sat, 02 Aug 2008 16:30:32 +0000
parents f85dc2a992c3
children 9e739bdb049c
line wrap: on
line diff
--- a/libmpdemux/demux_avi.c	Sat Aug 02 13:59:47 2008 +0000
+++ b/libmpdemux/demux_avi.c	Sat Aug 02 16:30:32 2008 +0000
@@ -828,7 +828,7 @@
    if(!demuxer) return NULL; // failed to open
    sh_a = demuxer->audio->sh;
    if(demuxer->audio->id != -2 && sh_a) {
-#ifdef HAVE_OGGVORBIS
+#ifdef CONFIG_OGGVORBIS
     // support for Ogg-in-AVI:
     if(sh_a->format == 0xFFFE)
       demuxer = init_avi_with_ogg(demuxer);