mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
13 lines
373 B
Makefile
13 lines
373 B
Makefile
|
plugin_LTLIBRARIES = libgsttheoraexp.la
|
||
|
|
||
|
noinst_HEADERS = theoradec.h
|
||
|
|
||
|
libgsttheoraexp_la_SOURCES = theoradec.c
|
||
|
libgsttheoraexp_la_CFLAGS = $(GST_CFLAGS) $(THEORADEC_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||
|
libgsttheoraexp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
libgsttheoraexp_la_LIBADD = \
|
||
|
-lgsttag-@GST_MAJORMINOR@ \
|
||
|
$(GST_LIBS) \
|
||
|
$(THEORADEC_LIBS) \
|
||
|
$(GST_PLUGINS_BASE_LIBS)
|