Commit 122536e0 authored by wm4's avatar wm4 Committed by Michael Niedermayer

avfilter: fix preprocessor condition

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent a289f418
......@@ -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.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment