Module: libav
Branch: master
Commit: def8c94699877d015154a03d43e2b8f479cd89a0

Author:    Reinhard Tartler <siret...@tauware.de>
Committer: Martin Storsjö <mar...@martin.st>
Date:      Fri Oct 19 23:34:02 2012 +0200

avutil: make some tables visible again

These tables are used for instance by older versions of libavcodec and
need to remain visible until the next SONAME bump.

Signed-off-by: Martin Storsjö <mar...@martin.st>

---

 libavutil/libavutil.v |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavutil/libavutil.v b/libavutil/libavutil.v
index e9f04cb..c955347 100644
--- a/libavutil/libavutil.v
+++ b/libavutil/libavutil.v
@@ -1,4 +1,4 @@
 LIBAVUTIL_$MAJOR {
-        global: av*;
+        global: av*; ff_*_tab;
         local: *;
 };

_______________________________________________
libav-commits mailing list
libav-commits@libav.org
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to