mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 04:35:20 +00:00
Original commit message from CVS: merge TYPEFIND branch. Major changes: - totally reworked type(find) system - bytestream is out of the core again - typefind element is now part of gstelements
10 lines
355 B
Makefile
10 lines
355 B
Makefile
librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
library_LTLIBRARIES = libgstbytestream.la
|
|
|
|
libgstbytestreamincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst
|
|
libgstbytestreaminclude_HEADERS = bytestream.h
|
|
|
|
libgstbytestream_la_SOURCES = bytestream.c
|
|
libgstbytestream_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstbytestream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|