mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
43f30739b9
Original commit message from CVS: Remove all locally-defined optimization flags
12 lines
371 B
Makefile
12 lines
371 B
Makefile
librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
library_LTLIBRARIES = libgstriff.la
|
|
|
|
libgstriff_la_SOURCES = riffparse.c riffencode.c riffutil.c riff.c
|
|
|
|
libgstriffincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/riff
|
|
libgstriffinclude_HEADERS = riff.h
|
|
|
|
libgstriff_la_LIBADD =
|
|
libgstriff_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstriff_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|