mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
* commit '535a742c26':
build: Change structure of the linker version script templates
Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
9 lines
167 B
V
9 lines
167 B
V
LIBAVCODEC_MAJOR {
|
|
global:
|
|
av*;
|
|
#deprecated, remove after next bump
|
|
audio_resample;
|
|
audio_resample_close;
|
|
local:
|
|
*;
|
|
};
|