[FFmpeg-cvslog] r20176 - trunk/libavcodec/api-example.c

jai_menon subversion
Tue Oct 6 08:18:58 CEST 2009


Author: jai_menon
Date: Tue Oct  6 08:18:57 2009
New Revision: 20176

Log:
Allow building api-example from outside of libavcodec and also 
make it more consistent with libavformat/output-example.

Modified:
   trunk/libavcodec/api-example.c

Modified: trunk/libavcodec/api-example.c
==============================================================================
--- trunk/libavcodec/api-example.c	Mon Oct  5 23:36:56 2009	(r20175)
+++ trunk/libavcodec/api-example.c	Tue Oct  6 08:18:57 2009	(r20176)
@@ -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



More information about the ffmpeg-cvslog mailing list