[FFmpeg-cvslog] avfilter/graphparse: Fix build with --enable-incompatible-fork-abi
Michael Niedermayer
git at videolan.org
Tue Jul 9 19:16:48 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Jul 9 18:10:33 2013 +0200| [d5de1231954e91ecff5837f4c4846fccf5dc44bb] | committer: Michael Niedermayer
avfilter/graphparse: Fix build with --enable-incompatible-fork-abi
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d5de1231954e91ecff5837f4c4846fccf5dc44bb
---
libavfilter/graphparser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c
index 6cf19e9..92fd53b 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,
More information about the ffmpeg-cvslog
mailing list