From 1c38da85e6ba75bea167a856e8ff99688c860ad7 Mon Sep 17 00:00:00 2001 From: Jai Menon Date: Tue, 6 Oct 2009 06:18:57 +0000 Subject: Allow building api-example from outside of libavcodec and also make it more consistent with libavformat/output-example. Originally committed as revision 20176 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/api-example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/api-example.c b/libavcodec/api-example.c index 763c228..cf74c26 100644 --- a/libavcodec/api-example.c +++ b/libavcodec/api-example.c @@ -35,7 +35,7 @@ #undef HAVE_AV_CONFIG_H #endif -#include "avcodec.h" +#include "libavcodec/avcodec.h" #include "libavutil/mathematics.h" #define INBUF_SIZE 4096 -- cgit v1.1