From d5de1231954e91ecff5837f4c4846fccf5dc44bb Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 9 Jul 2013 18:10:33 +0200 Subject: avfilter/graphparse: Fix build with --enable-incompatible-fork-abi Signed-off-by: Michael Niedermayer --- libavfilter/graphparser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/graphparser.c') 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, -- cgit v1.2.3