From cd43ca0443a298ab8cf9f9567c568f83b67b656c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 28 Oct 2013 07:44:24 +0100 Subject: lavfi: do not export the filters from shared objects --- libavfilter/vf_lut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_lut.c') diff --git a/libavfilter/vf_lut.c b/libavfilter/vf_lut.c index e02f113775..c59dcd6cc4 100644 --- a/libavfilter/vf_lut.c +++ b/libavfilter/vf_lut.c @@ -358,7 +358,7 @@ static const AVFilterPad outputs[] = { .option = options, \ .version = LIBAVUTIL_VERSION_INT, \ }; \ - AVFilter avfilter_vf_##name_ = { \ + AVFilter ff_vf_##name_ = { \ .name = #name_, \ .description = NULL_IF_CONFIG_SMALL(description_), \ .priv_size = sizeof(LutContext), \ -- cgit v1.2.3