summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-11-09 14:10:20 +0000
committerJan Schmidt <thaytan@noraisin.net>2009-11-09 14:11:30 +0000
commitf4201f9e307fefd644b14248e7e6d921f8879a06 (patch)
tree8829ee0fa608086c9a5de2f1cd3b2fe73c786fb1
parentd64c99e138db4b1efefdaecc5140fd0c8e466826 (diff)
asfmux: Uncomment --disable-static flag
For some reason that libtool flags line that prevents building the static lib was commented out. Reported by Mart Raudsepp on IRC.
-rw-r--r--gst/asfmux/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/asfmux/Makefile.am b/gst/asfmux/Makefile.am
index 0246102bb4..44526f1436 100644
--- a/gst/asfmux/Makefile.am
+++ b/gst/asfmux/Makefile.am
@@ -15,7 +15,7 @@ libgstasfmux_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFL
libgstasfmux_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
-lgstrtp-@GST_MAJORMINOR@
libgstasfmux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-#libgstasfmux_la_LIBTOOLFLAGS = --tag=disable-static
+libgstasfmux_la_LIBTOOLFLAGS = --tag=disable-static
# headers we need but don't want installed
noinst_HEADERS = gstasfmux.h \