mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
fe7b1abb42
Original commit message from CVS: first try at a general gstreamer audio library with helper functions
11 lines
290 B
Makefile
11 lines
290 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstaudio.la
|
|
|
|
libgstaudio_la_SOURCES = gstaudio.c
|
|
|
|
libgstaudioincludedir = $(includedir)/gst/libs/gstaudio
|
|
libgstaudioinclude_HEADERS = gstaudio.h
|
|
|
|
# FIXME is this needed?
|
|
CFLAGS += -O2 $(FOMIT_FRAME_POINTER) -finline-functions -ffast-math
|