mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-01 04:13:57 +00:00
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@martin.st>
This commit is contained in:
parent
8c0a3d5fe0
commit
def8c94699
@ -1,4 +1,4 @@
|
|||||||
LIBAVUTIL_$MAJOR {
|
LIBAVUTIL_$MAJOR {
|
||||||
global: av*;
|
global: av*; ff_*_tab;
|
||||||
local: *;
|
local: *;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user