mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
a65bc2712d
* commit '468ea9d5b14f92fe61f47f034e67066f65163f5f': Revert "avutil: make some tables visible again" Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility" Conflicts: libavcodec/sqrt_tab.c libavutil/libavutil.v Merged-by: Michael Niedermayer <michaelni@gmx.at>
5 lines
67 B
Verilog
5 lines
67 B
Verilog
LIBAVUTIL_$MAJOR {
|
|
global: av*; ff_*;
|
|
local: *;
|
|
};
|