[FFmpeg-devel] [PATCH] allow building libavcodec/api-example outside of the libavcodec directory
Jai Menon
jmenon86
Tue Oct 6 03:17:54 CEST 2009
Hi,
As in subject.
--
Jai Menon
-------------- next part --------------
Index: libavcodec/api-example.c
===================================================================
--- libavcodec/api-example.c (revision 20169)
+++ libavcodec/api-example.c (working copy)
@@ -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-devel
mailing list