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/post/planar/noise.c | 3 +-- src/post/planar/pp.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src/post/planar') diff --git a/src/post/planar/noise.c b/src/post/planar/noise.c index b1417801f..29d79fb14 100644 --- a/src/post/planar/noise.c +++ b/src/post/planar/noise.c @@ -27,8 +27,7 @@ #include #include -/* libavutil from FFmpeg */ -#include +#include #ifdef ARCH_X86_64 # define REG_a "rax" diff --git a/src/post/planar/pp.c b/src/post/planar/pp.c index f8c571dcb..dc455a858 100644 --- a/src/post/planar/pp.c +++ b/src/post/planar/pp.c @@ -25,7 +25,7 @@ #include #include #include -#include "postprocess.h" +#include #include #define PP_STRING_SIZE 256 /* size of pp mode string (including all options) */ -- cgit v1.2.3