From 19357940a57c565ebe319729bd08d6e4800aff5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 1 Mar 2008 04:00:18 +0100 Subject: Update to the new FFmpeg's include directory. This also allows to remove the comment stating the includes come from libavutil, as it's now explicit. --- src/audio_dec/ff_dvdata.h | 4 ++-- src/audio_dec/xine_a52_decoder.c | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'src/audio_dec') diff --git a/src/audio_dec/ff_dvdata.h b/src/audio_dec/ff_dvdata.h index fc99349d0..5e6d3d485 100644 --- a/src/audio_dec/ff_dvdata.h +++ b/src/audio_dec/ff_dvdata.h @@ -27,8 +27,8 @@ #ifndef FFMPEG_DVDATA_H #define FFMPEG_DVDATA_H -#include -#include +#include +#include /* * DVprofile is used to express the differences between various diff --git a/src/audio_dec/xine_a52_decoder.c b/src/audio_dec/xine_a52_decoder.c index 71adf176a..69c07df46 100644 --- a/src/audio_dec/xine_a52_decoder.c +++ b/src/audio_dec/xine_a52_decoder.c @@ -62,8 +62,7 @@ #include #include -/* libavutil from FFmpeg */ -#include +#include #undef DEBUG_A52 #ifdef DEBUG_A52 -- cgit v1.2.3