From 567fb2d4ff1270a3c425688bd410edadc12428a2 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 26 Aug 2008 17:06:43 +0200 Subject: Fix build with recent ffmpeg Add a check of pkgconfig libavcodec in configure script. Since the header file was moved to , its location has to be checked in configure, too. Signed-off-by: Takashi Iwai --- rate-lavc/rate_lavcrate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rate-lavc/rate_lavcrate.c') diff --git a/rate-lavc/rate_lavcrate.c b/rate-lavc/rate_lavcrate.c index ce48495..ea2e2f5 100644 --- a/rate-lavc/rate_lavcrate.c +++ b/rate-lavc/rate_lavcrate.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include AVCODEC_HEADER #include "gcd.h" static int filter_size = 16; -- cgit