mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 12:45:54 +00:00
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
|