mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
91325ab7ef
Original commit message from CVS: - use GST_CFLAGS/LIBS - fix ac/am errors
11 lines
303 B
Makefile
11 lines
303 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstaudio.la
|
|
|
|
libgstaudio_la_SOURCES = gstaudio.c
|
|
|
|
libgstaudioincludedir = $(includedir)/gst/libs/gstaudio
|
|
libgstaudioinclude_HEADERS = gstaudio.h
|
|
|
|
libgstaudio_la_LIBADD = $(GST_LIBS)
|
|
libgstaudio_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math
|