annotate libswscale/libswscale.v @ 30819:495e49af2043

Implement ResumeThread and SignalObjectAndWait. Relatively simplistic implementations of ResumeThread (stub) and SignalObjectAndWait (bAlertable is ignored). Both are needed for ProRes 4:2:2 support on Linux.
author sesse
date Mon, 08 Mar 2010 13:00:59 +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 };