[FFmpeg-cvslog] avutil: make some tables visible again
Reinhard Tartler
git at videolan.org
Sun Oct 21 13:44:26 CEST 2012
ffmpeg | branch: master | Reinhard Tartler <siretart at tauware.de> | Fri Oct 19 23:34:02 2012 +0200| [def8c94699877d015154a03d43e2b8f479cd89a0] | committer: Martin Storsjö
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 at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=def8c94699877d015154a03d43e2b8f479cd89a0
---
libavutil/libavutil.v | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/libavutil.v b/libavutil/libavutil.v
index e9f04cb..c955347 100644
--- a/libavutil/libavutil.v
+++ b/libavutil/libavutil.v
@@ -1,4 +1,4 @@
LIBAVUTIL_$MAJOR {
- global: av*;
+ global: av*; ff_*_tab;
local: *;
};
More information about the ffmpeg-cvslog
mailing list