mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24'
* commit '535a742c2695a9e0c586b50d7fa76e318232ff24': build: Change structure of the linker version script templates Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
LIBSWRESAMPLE_$MAJOR {
|
||||
global: swr_*; swresample_*;
|
||||
local: *;
|
||||
LIBSWRESAMPLE_MAJOR {
|
||||
global:
|
||||
swr_*;
|
||||
swresample_*;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user