mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
0acc170aad
* commit '535a742c2695a9e0c586b50d7fa76e318232ff24': build: Change structure of the linker version script templates Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
8 lines
91 B
V
8 lines
91 B
V
LIBAVDEVICE_MAJOR {
|
|
global:
|
|
avdevice_*;
|
|
av_*;
|
|
local:
|
|
*;
|
|
};
|