annotate libpostproc.v @ 137:218f5063fa65 libpostproc tip

Fix use of uninitialized data: A array element can not be used to initialized another array element of the same array.
author reimar
date Sat, 24 Jul 2010 11:55:22 +0000
parents a65cfe0fe4b2
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 };