avfilter: fix preprocessor condition

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/27/merge
wm4 12 years ago committed by Michael Niedermayer
parent a289f418e4
commit 122536e01a
  1. 2
      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.
*

Loading…
Cancel
Save