]> git.sesse.net Git - vlc/commitdiff
Fix previous commit.
authorFaustino Osuna <riquedafreak@videolan.org>
Fri, 29 Feb 2008 17:04:45 +0000 (17:04 +0000)
committerFaustino Osuna <riquedafreak@videolan.org>
Fri, 29 Feb 2008 17:04:45 +0000 (17:04 +0000)
modules/codec/ffmpeg/demux.c

index 70cf1ba09feb749aef62ad9c1559a3e39de4eeee..1fc666aba5890130aa54a8226095a1cc2aa780f6 100644 (file)
@@ -49,7 +49,7 @@
 //#define AVFORMAT_DEBUG 1
 
 /* Version checking */
-#if defined(HAVE_LIBSWSCALE_SWSCALE_H) || defined(HAVE_LIBSWSCALE_SWSCALE_H)  || defined(HAVE_FFMPEG_SWSCALE_H) || defined(HAVE_LIBSWSCALE_TREE)
+#if defined(HAVE_FFMPEG_AVFORMAT_H) || defined(HAVE_LIBAVFORMAT_AVFORMAT_H) || defined(HAVE_LIBAVFORMAT_TREE)
 
 /*****************************************************************************
  * demux_sys_t: demux descriptor