mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 14:38:48 +00:00
10 lines
370 B
Makefile
10 lines
370 B
Makefile
|
plugin_LTLIBRARIES = libgstdshowdecwrapper.la
|
||
|
|
||
|
libgstdshowdecwrapper_la_SOURCES = gstdshowaudiodec.c gstdshowdecwrapper.c gstdshowvideodec.c
|
||
|
|
||
|
libgstdshowdecwrapper_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstdshowdecwrapper_la_LIBADD = $(GST_LIBS)
|
||
|
libgstdshowdecwrapper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstdshowaudiodec.h gstdshowdecwrapper.h gstdshowvideodec.h
|