Browse Source

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ö <martin@martin.st>
tags/n1.1
Reinhard Tartler Martin Storsjö 12 years ago
parent
commit
def8c94699
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/libavutil.v

+ 1
- 1
libavutil/libavutil.v View File

@@ -1,4 +1,4 @@
LIBAVUTIL_$MAJOR {
global: av*;
global: av*; ff_*_tab;
local: *;
};

Loading…
Cancel
Save