changeset 10367:b790df0d7046 libavcodec

Allow building api-example from outside of libavcodec and also make it more consistent with libavformat/output-example.
author jai_menon
date Tue, 06 Oct 2009 06:18:57 +0000
parents 55f4c141dbb0
children 59ec306245a4
files api-example.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/api-example.c	Mon Oct 05 21:33:50 2009 +0000
+++ b/api-example.c	Tue Oct 06 06:18:57 2009 +0000
@@ -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