mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
12 lines
290 B
Makefile
12 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
|