mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
1e418567fa
Original commit message from CVS: made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything and I can't do it right now because I disabled all of the plugins here ;)
11 lines
326 B
Makefile
11 lines
326 B
Makefile
libdir = $(prefix)/lib/gst
|
|
|
|
lib_LTLIBRARIES = libgstriff.la
|
|
|
|
libgstriff_la_SOURCES = riffparse.c riffencode.c riffutil.c
|
|
|
|
libgstriffincludedir = $(includedir)/gst/riff
|
|
libgstriffinclude_HEADERS = riff.h
|
|
|
|
libgstriff_la_LIBADD = $(GST_LIBS)
|
|
libgstriff_la_CFLAGS = $(GST_CFLAGS) -funroll-all-loops -finline-functions -ffast-math
|