mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
41585b7e78
Original commit message from CVS: moving and renaming we put the libs in the source in gst-libs/gst/(dir) the headers get installed in prefix/include/gst/(dir) the libs are installed in prefix/lib/gst with a libgst prefix the sources should be without the gst prefix as per irc agreement please comment if this sounds like a bad idea ;)
11 lines
286 B
Makefile
11 lines
286 B
Makefile
## libdir = $(libdir)/gst
|
|
|
|
lib_LTLIBRARIES = libgstaudio.la
|
|
|
|
libgstaudio_la_SOURCES = audio.c
|
|
|
|
libgstaudioincludedir = $(includedir)/gst/audio
|
|
libgstaudioinclude_HEADERS = audio.h
|
|
|
|
libgstaudio_la_LIBADD = $(GST_LIBS)
|
|
libgstaudio_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math
|