summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorJai Menon <jmenon86@gmail.com>2009-10-06 06:18:57 +0000
committerJai Menon <jmenon86@gmail.com>2009-10-06 06:18:57 +0000
commit1c38da85e6ba75bea167a856e8ff99688c860ad7 (patch)
tree99b35f675c2d8ddffc0323ddff6d6bee620944cd /libavcodec
parent7fd5aeb3e57389198681a8ab2d5cd5d83a0c5a5f (diff)
downloadffmpeg-streaming-1c38da85e6ba75bea167a856e8ff99688c860ad7.zip
ffmpeg-streaming-1c38da85e6ba75bea167a856e8ff99688c860ad7.tar.gz
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
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/api-example.c2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud