mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
b3b597a1e4
Original commit message from CVS: Thomas is slowly getting a clue
11 lines
348 B
Makefile
11 lines
348 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?
|
|
libgstaudio_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -finline-functions -ffast-math $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|