annotate libpostproc.v @ 132:a65cfe0fe4b2 libpostproc

Add symbol versioning for shared libraries Based on patch by Reinhard Tartler <siretart tauware de>
author mru
date Sat, 16 Jan 2010 04:49:02 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
132
a65cfe0fe4b2 Add symbol versioning for shared libraries
mru
parents:
diff changeset
1 LIBPOSTPROC_$MAJOR {
a65cfe0fe4b2 Add symbol versioning for shared libraries
mru
parents:
diff changeset
2 global: postproc_*; pp_*;
a65cfe0fe4b2 Add symbol versioning for shared libraries
mru
parents:
diff changeset
3 local: *;
a65cfe0fe4b2 Add symbol versioning for shared libraries
mru
parents:
diff changeset
4 };