mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
c9e2afbe42
Original commit message from CVS: fixes for ASF: - merge asfdemux and asfmux into one plugin - make gstasf a plugin and not a lib (it accidently was one before)
9 lines
245 B
Makefile
9 lines
245 B
Makefile
|
|
plugin_LTLIBRARIES = libgstasf.la
|
|
|
|
libgstasf_la_SOURCES = gstasfmux.c gstasfdemux.c
|
|
libgstasf_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstasf_la_LIBADD =
|
|
libgstasf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstasfdemux.h asfheaders.h gstasfmux.h
|