mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-15 04:46:32 +00:00
6bf73136b2
Original commit message from CVS: Completely unoptimized bytestream code, but it works.
10 lines
318 B
Makefile
10 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
|