OSDN Git Service

avutil: make some tables visible again
authorReinhard Tartler <siretart@tauware.de>
Fri, 19 Oct 2012 21:34:02 +0000 (23:34 +0200)
committerMartin Storsjö <martin@martin.st>
Sat, 20 Oct 2012 11:31:55 +0000 (14:31 +0300)
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ö <martin@martin.st>
libavutil/libavutil.v

index e9f04cb..c955347 100644 (file)
@@ -1,4 +1,4 @@
 LIBAVUTIL_$MAJOR {
-        global: av*;
+        global: av*; ff_*_tab;
         local: *;
 };