mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
40e6dccb43
Original commit message from CVS: merged back from build branch let's hope you all agree
11 lines
348 B
Makefile
11 lines
348 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstriff.la
|
|
|
|
libgstriff_la_SOURCES = gstriffparse.c gstriffencode.c gstriffutil.c
|
|
|
|
libgstriffincludedir = $(includedir)/gst/libs/gstriff
|
|
libgstriffinclude_HEADERS = gstriff.h
|
|
|
|
libgstriff_la_LIBADD = $(GST_LIBS)
|
|
libgstriff_la_CFLAGS = $(GST_CFLAGS) -funroll-all-loops -finline-functions -ffast-math
|