mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
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:
parent
d64c99e138
commit
f4201f9e30
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue