annotate libpostproc.v @ 134:ced16a4fbbec libpostproc

Fix warnings about redefining constants when compiling libpostproc. Patch by Yuriy Kaminskiy, yumkam mail ru
author cehoyos
date Tue, 02 Feb 2010 19:35:52 +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 };