mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 11:40:38 +00:00
e5206a0b17
Original commit message from CVS: - clean up
11 lines
300 B
Makefile
11 lines
300 B
Makefile
## libdir = $(libdir)/gst
|
|
|
|
lib_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
|