mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
14 lines
255 B
Makefile
14 lines
255 B
Makefile
|
plugindir = $(libdir)/gst
|
||
|
|
||
|
plugin_LTLIBRARIES = libqtdemux.la
|
||
|
|
||
|
libqtdemux_la_CFLAGS = ${GST_CFLAGS}
|
||
|
libqtdemux_la_LIBADD =
|
||
|
libqtdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
||
|
|
||
|
libqtdemux_la_SOURCES = qtdemux.c
|
||
|
|
||
|
noinst_HEADERS = qtdemux.h
|
||
|
|
||
|
EXTRA_DIST = README
|