diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-22 09:15:11 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-10-23 07:33:05 +0200 |
commit | 468ea9d5b14f92fe61f47f034e67066f65163f5f (patch) | |
tree | 1eed6089747eb7e1707a359ff69ac24283fcbacf /libavutil/libavutil.v | |
parent | c6b25d1d5e6a9185cb8e574129f65650c1504d44 (diff) | |
download | ffmpeg-468ea9d5b14f92fe61f47f034e67066f65163f5f.tar.gz |
Revert "avutil: make some tables visible again"
This reverts commit def8c94699877d015154a03d43e2b8f479cd89a0.
After the major bump this is no longer necessary.
Diffstat (limited to 'libavutil/libavutil.v')
-rw-r--r-- | libavutil/libavutil.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/libavutil.v b/libavutil/libavutil.v index c955347bc3..e9f04cba65 100644 --- a/libavutil/libavutil.v +++ b/libavutil/libavutil.v @@ -1,4 +1,4 @@ LIBAVUTIL_$MAJOR { - global: av*; ff_*_tab; + global: av*; local: *; }; |