[FFmpeg-cvslog] Revert "avutil: make some tables visible again"

Anton Khirnov git at videolan.org
Tue Oct 23 13:46:27 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Oct 22 09:15:11 2012 +0200| [468ea9d5b14f92fe61f47f034e67066f65163f5f] | committer: Anton Khirnov

Revert "avutil: make some tables visible again"

This reverts commit def8c94699877d015154a03d43e2b8f479cd89a0.

After the major bump this is no longer necessary.

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

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

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



More information about the ffmpeg-cvslog mailing list