Browse Source

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>
tags/n2.4.3
Lukasz Marek Michael Niedermayer 11 years ago
parent
commit
e4d921dc71
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavdevice/libavdevice.v

+ 1
- 1
libavdevice/libavdevice.v View File

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

Loading…
Cancel
Save