[FFmpeg-cvslog] lavu: change versioning script to include all av* prefixed symbols

Justin Ruggles git at videolan.org
Sat Jun 9 20:33:48 CEST 2012


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Fri Jun  8 15:47:59 2012 -0400| [03e098e7a03706ec4491f79a8aa28d498c487a9a] | committer: Justin Ruggles

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

Needed to properly export avpriv_* symbols.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03e098e7a03706ec4491f79a8aa28d498c487a9a
---

 libavutil/libavutil.v |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list