From: Faustino Osuna Date: Fri, 29 Feb 2008 17:04:45 +0000 (+0000) Subject: Fix previous commit. X-Git-Tag: 0.9.0-test0~2419 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=244601ee1e5157c478bd818b49de6765bf393397;p=vlc Fix previous commit. --- diff --git a/modules/codec/ffmpeg/demux.c b/modules/codec/ffmpeg/demux.c index 70cf1ba09f..1fc666aba5 100644 --- a/modules/codec/ffmpeg/demux.c +++ b/modules/codec/ffmpeg/demux.c @@ -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