changeset 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 63eddcff3509
children 51571e34b760
files libpostproc.v
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libpostproc.v	Sat Jan 16 04:49:02 2010 +0000
@@ -0,0 +1,4 @@
+LIBPOSTPROC_$MAJOR {
+        global: postproc_*; pp_*;
+        local: *;
+};