mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
- plugins are built without versioning info /Uraeus claims: plugins/; if not plugins why this is built as lib*.so.0.0.0?
Original commit message from CVS: - plugins are built without versioning info /Uraeus claims: plugins/; if not plugins why this is built as lib*.so.0.0.0?
This commit is contained in:
parent
773fed0447
commit
b1be00e651
4 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,7 @@ libgstbytestreaminclude_HEADERS = bytestream.h
|
|||
libgstbytestream_la_SOURCES = bytestream.c
|
||||
libgstbytestream_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstbytestream_la_LIBADD = $(GST_LIBS)
|
||||
libgstbytestream_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
libgstbstest_la_SOURCES = bstest.c
|
||||
libgstbstest_la_CFLAGS = $(GST_CFLAGS)
|
||||
|
|
|
@ -15,5 +15,7 @@ libgstcontrol_la_SOURCES = \
|
|||
dparammanager.c \
|
||||
dparam.c \
|
||||
dplinearinterp.c
|
||||
|
||||
libgstcontrol_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math
|
||||
libgstcontrol_la_LIBADD = $(GST_LIBS)
|
||||
libgstcontrol_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
|
|
@ -13,8 +13,10 @@ libgstgetbitsinclude_HEADERS = getbits.h
|
|||
|
||||
libgstgetbits_la_SOURCES = getbits.c gstgetbits_inl.h gstgetbits_generic.c $(GSTARCH_SRCS)
|
||||
EXTRA_libgstgetbits_la_SOURCES = gstgetbits_i386.s
|
||||
|
||||
libgstgetbits_la_CFLAGS = $(GST_CFLAGS) -funroll-all-loops -finline-functions -ffast-math
|
||||
libgstgetbits_la_LIBADD = $(GST_LIBS)
|
||||
libgstgetbits_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = getbits.h gstgetbits_inl.h
|
||||
|
||||
|
|
|
@ -8,5 +8,6 @@ libgstputbitsinclude_HEADERS = putbits.h
|
|||
libgstputbits_la_SOURCES = putbits.c
|
||||
libgstputbits_la_CFLAGS = $(GST_CFLAGS) -funroll-all-loops -finline-functions -ffast-math
|
||||
libgstputbits_la_LIBADD = $(GST_LIBS)
|
||||
libgstputbits_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = putbits.h
|
||||
|
|
Loading…
Reference in a new issue