mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
be277c79e0
Original commit message from CVS: moving libs around
13 lines
358 B
Makefile
13 lines
358 B
Makefile
librarydir = $(libdir)/gst
|
|
|
|
library_LTLIBRARIES = libgstputbits.la
|
|
|
|
libgstputbits_la_SOURCES = putbits.c
|
|
|
|
libgstputbitsincludedir = $(includedir)/gst/putbits
|
|
libgstputbitsinclude_HEADERS = putbits.h
|
|
|
|
noinst_HEADERS = putbits.h
|
|
|
|
libgstputbits_la_LIBADD = $(GST_LIBS)
|
|
libgstputbits_la_CFLAGS = $(GST_CFLAGS) -funroll-all-loops -finline-functions -ffast-math
|