mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
build as a lib rather than a plugin
Original commit message from CVS: build as a lib rather than a plugin
This commit is contained in:
parent
709335af3f
commit
dc36dd9e5d
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ libgstcontrol_la_SOURCES = \
|
|||
dplinearinterp.c
|
||||
|
||||
libgstcontrol_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math
|
||||
libgstcontrol_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstcontrol_la_LDFLAGS = @GST_LT_LDFLAGS@ -version-info @GST_LIBVERSION@
|
||||
|
|
Loading…
Reference in a new issue