From 244601ee1e5157c478bd818b49de6765bf393397 Mon Sep 17 00:00:00 2001 From: Faustino Osuna Date: Fri, 29 Feb 2008 17:04:45 +0000 Subject: [PATCH] Fix previous commit. --- modules/codec/ffmpeg/demux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2