mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
29e9ebcfda
Original commit message from CVS: Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
16 lines
321 B
Makefile
16 lines
321 B
Makefile
plugin_LTLIBRARIES = libgstmatroska.la
|
|
|
|
libgstmatroska_la_SOURCES = \
|
|
ebml-read.c \
|
|
matroska.c \
|
|
matroska-demux.c
|
|
|
|
noinst_HEADERS = \
|
|
ebml-ids.h \
|
|
ebml-read.h \
|
|
matroska-demux.h \
|
|
matroska-ids.h
|
|
|
|
libgstmatroska_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstmatroska_la_LIBADD =
|
|
libgstmatroska_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|