]> git.sesse.net Git - vlc/blobdiff - modules/codec/ffmpeg/demux.c
Fix previous commit.
[vlc] / 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