[FFmpeg-cvslog] avfilter: fix preprocessor condition
wm4
git at videolan.org
Fri Jul 19 23:33:57 CEST 2013
ffmpeg | branch: master | wm4 <nfxjfg at googlemail.com> | Fri Jul 19 19:05:41 2013 +0200| [122536e01a0a016a2a9751baa6d5678353ec191a] | committer: Michael Niedermayer
avfilter: fix preprocessor condition
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=122536e01a0a016a2a9751baa6d5678353ec191a
---
libavfilter/avfilter.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 0001cd7..6a93436 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -1311,7 +1311,7 @@ AVFilterInOut *avfilter_inout_alloc(void);
*/
void avfilter_inout_free(AVFilterInOut **inout);
-#if HAVE_INCOMPATIBLE_LIBAV_ABI || !FF_API_OLD_GRAPH_PARSE
+#if AV_HAVE_INCOMPATIBLE_LIBAV_ABI || !FF_API_OLD_GRAPH_PARSE
/**
* Add a graph described by a string to a graph.
*
More information about the ffmpeg-cvslog
mailing list