mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 13:26:36 +00:00
8da28910bc
Original commit message from CVS: * s/filter/plugin/ * add $(GST_LIBS) to all plugins * move Makefile.am things around to a mostly standard layout * remove HTTP flags/libs from elements since http element moved
12 lines
357 B
Makefile
12 lines
357 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)
|
|
|
|
noinst_HEADERS = putbits.h
|