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:
Lukasz Marek
2014-10-20 12:12:20 +02:00
committed by Michael Niedermayer
parent 2185103bcd
commit e4d921dc71

View File

@@ -1,4 +1,4 @@
LIBAVDEVICE_$MAJOR { LIBAVDEVICE_$MAJOR {
global: avdevice_*; global: avdevice_*; av_*;
local: *; local: *;
}; };