mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
ec51d1f77e
Original commit message from CVS: * gst/asfdemux/Makefile.am: We don't want asfmux.c yet.
8 lines
254 B
Makefile
8 lines
254 B
Makefile
plugin_LTLIBRARIES = libgstasf.la
|
|
|
|
libgstasf_la_SOURCES = gstasfdemux.c gstasf.c asfheaders.c
|
|
libgstasf_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstasf_la_LIBADD =
|
|
libgstasf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstasfdemux.h asfheaders.h gstasfmux.h
|