diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-25 18:54:01 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-25 18:54:01 +0200 |
commit | e02e58fb1c108dd96ef5b61454a2ba8d2af895ea (patch) | |
tree | cb1d6c7f7067424e62e556e0c595ab5c0f69f557 | |
parent | 6bc485b86bc9b51005f9e04a46b9111d2084fdbc (diff) | |
download | ffmpeg-e02e58fb1c108dd96ef5b61454a2ba8d2af895ea.tar.gz |
libavfilter: export ff_default_query_formats()
Its needed for fate on shared versioned .so
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavfilter/libavfilter.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/libavfilter.v b/libavfilter/libavfilter.v index 83e8887080..a3d33a32e1 100644 --- a/libavfilter/libavfilter.v +++ b/libavfilter/libavfilter.v @@ -1,4 +1,5 @@ LIBAVFILTER_$MAJOR { global: avfilter_*; av_*; + ff_default_query_formats; local: *; }; |