From 6da7449577cf991561be3adf32c8d760c50a0d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Mon, 9 Apr 2007 21:08:35 +0200 Subject: Use ffmpeg_config.h only when using internal FFmpeg. This way there's no need to fake it when using the external copy. --- src/libffmpeg/ff_video_decoder.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libffmpeg/ff_video_decoder.c') diff --git a/src/libffmpeg/ff_video_decoder.c b/src/libffmpeg/ff_video_decoder.c index 9ae0d791c..2ada59eb9 100644 --- a/src/libffmpeg/ff_video_decoder.c +++ b/src/libffmpeg/ff_video_decoder.c @@ -25,7 +25,9 @@ #ifdef HAVE_CONFIG_H #include "config.h" -#include "ffmpeg_config.h" +# ifndef HAVE_FFMPEG +# include "ffmpeg_config.h" +# endif #endif #include -- cgit v1.2.3