OSDN Git Service

Allow building api-example from outside of libavcodec and also
authorJai Menon <jmenon86@gmail.com>
Tue, 6 Oct 2009 06:18:57 +0000 (06:18 +0000)
committerJai Menon <jmenon86@gmail.com>
Tue, 6 Oct 2009 06:18:57 +0000 (06:18 +0000)
make it more consistent with libavformat/output-example.

Originally committed as revision 20176 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/api-example.c

index 763c228..cf74c26 100644 (file)
@@ -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