mirror of https://git.ffmpeg.org/ffmpeg.git
lavd: export all symbols with av_ prefix
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
This commit is contained in:
parent
6ef4e0c8b8
commit
e493814d61
|
@ -1,4 +1,4 @@
|
|||
LIBAVDEVICE_$MAJOR {
|
||||
global: avdevice_*;
|
||||
global: avdevice_*; av_*;
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue