mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
lavd: export all symbols with av_ prefix
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
(cherry picked from commit e493814d61)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
0f4c149730
commit
4fbdac00e9
@@ -1,4 +1,4 @@
|
|||||||
LIBAVDEVICE_$MAJOR {
|
LIBAVDEVICE_$MAJOR {
|
||||||
global: avdevice_*;
|
global: avdevice_*; av_*;
|
||||||
local: *;
|
local: *;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user