mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 06:22:29 +00:00
13 lines
279 B
Makefile
13 lines
279 B
Makefile
|
|
||
|
plugindir = $(libdir)/gst
|
||
|
|
||
|
plugin_LTLIBRARIES = libgstswfdec.la
|
||
|
|
||
|
libgstswfdec_la_SOURCES = gstswfdec.c
|
||
|
libgstswfdec_la_CFLAGS = $(GST_CFLAGS) $(SWFDEC_CFLAGS)
|
||
|
libgstswfdec_la_LIBADD = $(SWFDEC_LIBS)
|
||
|
libgstswfdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstswfdec.h
|
||
|
|