mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
1d4e8c977e
Original commit message from CVS: * gst/asfdemux/Makefile.am: But we do need to link against the riff libraryr.
9 lines
301 B
Makefile
9 lines
301 B
Makefile
plugin_LTLIBRARIES = libgstasf.la
|
|
|
|
libgstasf_la_SOURCES = gstasfdemux.c gstasf.c asfheaders.c
|
|
libgstasf_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstasf_la_LIBADD = $(GST_BASE_LIBS)\
|
|
-lgstriff-@GST_MAJORMINOR@
|
|
libgstasf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstasfdemux.h asfheaders.h gstasfmux.h
|