mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
b1be00e651
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?
13 lines
405 B
Makefile
13 lines
405 B
Makefile
librarydir = $(libdir)/gst
|
|
|
|
library_LTLIBRARIES = libgstputbits.la
|
|
|
|
libgstputbitsincludedir = $(includedir)/gst/putbits
|
|
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
|