mirror of https://github.com/FFmpeg/FFmpeg.git
Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunkrelease/0.6
parent
2ed46eeab3
commit
a482e61bd6
9 changed files with 33 additions and 2 deletions
@ -0,0 +1,3 @@ |
|||||||
|
LIBAVCODEC_$MAJOR { |
||||||
|
global: *; |
||||||
|
}; |
@ -0,0 +1,4 @@ |
|||||||
|
LIBAVDEVICE_$MAJOR { |
||||||
|
global: avdevice_*; |
||||||
|
local: *; |
||||||
|
}; |
@ -0,0 +1,4 @@ |
|||||||
|
LIBAVFILTER_$MAJOR { |
||||||
|
global: avfilter_*; av_*; |
||||||
|
local: *; |
||||||
|
}; |
@ -0,0 +1,3 @@ |
|||||||
|
LIBAVFORMAT_$MAJOR { |
||||||
|
global: *; |
||||||
|
}; |
@ -0,0 +1,4 @@ |
|||||||
|
LIBAVUTIL_$MAJOR { |
||||||
|
global: av_*; ff_*; avutil_*; |
||||||
|
local: *; |
||||||
|
}; |
@ -0,0 +1,4 @@ |
|||||||
|
LIBPOSTPROC_$MAJOR { |
||||||
|
global: postproc_*; pp_*; |
||||||
|
local: *; |
||||||
|
}; |
Loading…
Reference in new issue