mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
12 lines
326 B
Makefile
12 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
|