mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
cd0ea3dd9f
Original commit message from CVS: two small build fixes
11 lines
301 B
Makefile
11 lines
301 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
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
|
|
|