mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
makefile: fix typo in no-static plugins rule
This commit is contained in:
parent
18571b9e4f
commit
a58498929c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ libgstmultipart_la_SOURCES = multipart.c multipartdemux.c multipartmux.c
|
|||
libgstmultipart_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
||||
libgstmultipart_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
libgstmultipart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmultipart__la_LIBTOOLFLAGS = --tag=disable-static
|
||||
libgstmultipart_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = multipartdemux.h multipartmux.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue