mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
120d45fd43
Original commit message from CVS: * gst/qtdemux/Makefile.am: Dist all new files.
14 lines
367 B
Makefile
14 lines
367 B
Makefile
|
|
plugin_LTLIBRARIES = libgstqtdemux.la
|
|
|
|
libgstqtdemux_la_CFLAGS = ${GST_CFLAGS}
|
|
libgstqtdemux_la_LIBADD = $(GST_BASE_LIBS) $(ZLIB_LIBS)
|
|
libgstqtdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
|
libgstqtdemux_la_SOURCES = qtdemux.c qtdemux_types.c qtdemux_dump.c
|
|
|
|
noinst_HEADERS = \
|
|
qtdemux.h \
|
|
qtdemux_types.h \
|
|
qtdemux_dump.h \
|
|
qtdemux_fourcc.h \
|
|
qtpalette.h
|