diff options
author | Jai Menon <jmenon86@gmail.com> | 2009-10-06 06:18:57 +0000 |
---|---|---|
committer | Jai Menon <jmenon86@gmail.com> | 2009-10-06 06:18:57 +0000 |
commit | 1c38da85e6ba75bea167a856e8ff99688c860ad7 (patch) | |
tree | 99b35f675c2d8ddffc0323ddff6d6bee620944cd /libavcodec/api-example.c | |
parent | 7fd5aeb3e57389198681a8ab2d5cd5d83a0c5a5f (diff) | |
download | ffmpeg-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/api-example.c')
-rw-r--r-- | libavcodec/api-example.c | 2 |
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 |