mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
40e6dccb43
Original commit message from CVS: merged back from build branch let's hope you all agree
13 lines
373 B
Makefile
13 lines
373 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstputbits.la
|
|
|
|
libgstputbits_la_SOURCES = gstputbits.c
|
|
|
|
libgstputbitsincludedir = $(includedir)/gst/libs/gstputbits
|
|
libgstputbitsinclude_HEADERS = gstputbits.h
|
|
|
|
noinst_HEADERS = gstputbits.h
|
|
|
|
libgstputbits_la_LIBADD = $(GST_LIBS)
|
|
libgstputbits_la_CFLAGS = $(GST_CFLAGS) -funroll-all-loops -finline-functions -ffast-math
|