]> git.sesse.net Git - mlt/blobdiff - configure
Fix dynamic text geometry when applied to a clip
[mlt] / configure
index c9c6e00fda72a131b162d861e1b74fb1fc85cd6b..228b05ae5abaf7a089dc7854a1185235fe605338 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.8.3
+export version=0.8.7
 export soversion=5
 
 show_help()
@@ -111,7 +111,7 @@ build_config()
                NetBSD)
                [ "$optimisations" = "true" ] &&
                        echo "OPTIMISATIONS+=-ffast-math"
-               echo "CFLAGS+=-pthread"
+               echo "CFLAGS+=-fPIC -pthread"
                echo "SHFLAGS=-shared"
                echo "RDYNAMIC=-rdynamic"
                echo "LDFLAGS+=-Wl,--no-undefined -Wl,--as-needed"