mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
7eea6a04b7
Original commit message from CVS: fix for parallel installability
10 lines
389 B
Makefile
10 lines
389 B
Makefile
librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
library_LTLIBRARIES = libgstputbits.la
|
|
|
|
libgstputbitsincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/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_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|