mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 14:36:41 +00:00
2f22b67aba
Original commit message from CVS: dvdread added more fixes for libs stuff
11 lines
334 B
Makefile
11 lines
334 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
|