mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-14 20:36:32 +00:00
11 lines
318 B
Makefile
11 lines
318 B
Makefile
|
filterdir = $(libdir)/gst
|
||
|
|
||
|
filter_LTLIBRARIES = libgstbytestream.la
|
||
|
|
||
|
libgstbytestream_la_SOURCES = gstbytestream.c
|
||
|
|
||
|
libgstbytestreamincludedir = $(includedir)/gst/libs/bytestream
|
||
|
libgstbytestreaminclude_HEADERS = gstbytestream.h
|
||
|
|
||
|
CFLAGS += -O2 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math
|