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/dxr3/dxr3_mpeg_encoders.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dxr3/dxr3_mpeg_encoders.c') diff --git a/src/dxr3/dxr3_mpeg_encoders.c b/src/dxr3/dxr3_mpeg_encoders.c index 2ccc05e49..f637a4566 100644 --- a/src/dxr3/dxr3_mpeg_encoders.c +++ b/src/dxr3/dxr3_mpeg_encoders.c @@ -44,8 +44,7 @@ #include #include -/* libavutil from FFmpeg */ -#include +#include #define LOG_MODULE "dxr3_mpeg_encoder" /* #define LOG_VERBOSE */ -- cgit v1.2.3