Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJai Menon <jmenon86@gmail.com>2009-10-06 10:18:57 +0400
committerJai Menon <jmenon86@gmail.com>2009-10-06 10:18:57 +0400
commit1c38da85e6ba75bea167a856e8ff99688c860ad7 (patch)
tree99b35f675c2d8ddffc0323ddff6d6bee620944cd /libavcodec/api-example.c
parent7fd5aeb3e57389198681a8ab2d5cd5d83a0c5a5f (diff)
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/api-example.c')
-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 763c228093..cf74c26514 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