Browse Source

lavu: change versioning script to include all av* prefixed symbols

Needed to properly export avpriv_* symbols.
Justin Ruggles 12 years ago
parent
commit
03e098e7a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libavutil/libavutil.v

+ 1 - 1
libavutil/libavutil.v

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