annotate libswscale/libswscale.v @ 32078:0dfbb22d68c8

Get rid of MPLAYER_DSP_H hack and #include dsp.h instead. If dsp.h #inclusion is a prerequisite for window.h/filter.h, the clean solution is to have those headers #include dsp.h directly instead of relying on the user.
author diego
date Sat, 11 Sep 2010 22:11:40 +0000
parents 1d3d91c14d6e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30273
1d3d91c14d6e Add symbol versioning for shared libraries
mru
parents:
diff changeset
1 LIBSWSCALE_$MAJOR {
1d3d91c14d6e Add symbol versioning for shared libraries
mru
parents:
diff changeset
2 global: swscale_*; sws_*; ff_*;
1d3d91c14d6e Add symbol versioning for shared libraries
mru
parents:
diff changeset
3 local: *;
1d3d91c14d6e Add symbol versioning for shared libraries
mru
parents:
diff changeset
4 };