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.
This commit is contained in:
Jan Schmidt 2009-11-09 14:10:20 +00:00
parent d64c99e138
commit f4201f9e30

View file

@ -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 \