mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
e1dd478f09
Original commit message from CVS: Fixed a typo in the idct plugin name make gstriff a real plugin
12 lines
375 B
Makefile
12 lines
375 B
Makefile
librarydir = $(prefix)/lib/gst
|
|
|
|
library_LTLIBRARIES = libgstriff.la
|
|
|
|
libgstriff_la_SOURCES = riffparse.c riffencode.c riffutil.c riff.c
|
|
|
|
libgstriffincludedir = $(includedir)/gst/riff
|
|
libgstriffinclude_HEADERS = riff.h
|
|
|
|
libgstriff_la_LIBADD =
|
|
libgstriff_la_CFLAGS = $(GST_CFLAGS) -funroll-all-loops -finline-functions -ffast-math
|
|
libgstriff_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|