changeset 2588:aca400461f6d

package librtmp: disable shared
author Mark Brand <mabrand@mabrand.nl>
date Wed, 13 Jun 2012 13:58:13 +0200
parents 0c9993232932
children 0f4ffb24a0ec
files src/librtmp.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/librtmp.mk	Fri May 25 16:48:18 2012 +0200
+++ b/src/librtmp.mk	Wed Jun 13 13:58:13 2012 +0200
@@ -22,5 +22,6 @@
         prefix='$(PREFIX)/$(TARGET)' \
         SYS=mingw \
         CRYPTO=GNUTLS \
+        SHARED=no \
         -j '$(JOBS)' install
 endef