From: Michael Niedermayer Date: Tue, 9 Jul 2013 16:10:33 +0000 (+0200) Subject: avfilter/graphparse: Fix build with --enable-incompatible-fork-abi X-Git-Tag: n2.0~17 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/d5de1231954e91ecff5837f4c4846fccf5dc44bb?ds=sidebyside avfilter/graphparse: Fix build with --enable-incompatible-fork-abi Signed-off-by: Michael Niedermayer --- diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index 6cf19e9860..92fd53b95e 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -515,8 +515,8 @@ int avfilter_graph_parse(AVFilterGraph *graph, const char *filters, void *log_ctx) { return avfilter_graph_parse_ptr(graph, filters, inputs, outputs, log_ctx); -} #endif +} int avfilter_graph_parse_ptr(AVFilterGraph *graph, const char *filters, AVFilterInOut **open_inputs_ptr, AVFilterInOut **open_outputs_ptr,