mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
cf419b1165
Original commit message from CVS: - plugins are built without versioning info
12 lines
379 B
Makefile
12 lines
379 B
Makefile
librarydir = $(prefix)/lib/gst
|
|
|
|
library_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
|
|
libgstriff_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|