mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gst/asfdemux/Makefile.am: We don't want asfmux.c yet.
Original commit message from CVS: * gst/asfdemux/Makefile.am: We don't want asfmux.c yet.
This commit is contained in:
parent
a2ac615910
commit
ec51d1f77e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-02-16 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* gst/asfdemux/Makefile.am:
|
||||||
|
We don't want asfmux.c yet.
|
||||||
|
|
||||||
2006-02-16 Jan Schmidt <thaytan@mad.scientist.com>
|
2006-02-16 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* ext/mad/gstmad.c: (gst_mad_init), (scale), (gst_mad_update_info),
|
* ext/mad/gstmad.c: (gst_mad_init), (scale), (gst_mad_update_info),
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
plugin_LTLIBRARIES = libgstasf.la
|
plugin_LTLIBRARIES = libgstasf.la
|
||||||
|
|
||||||
libgstasf_la_SOURCES = gstasfmux.c gstasfdemux.c gstasf.c asfheaders.c
|
libgstasf_la_SOURCES = gstasfdemux.c gstasf.c asfheaders.c
|
||||||
libgstasf_la_CFLAGS = $(GST_CFLAGS)
|
libgstasf_la_CFLAGS = $(GST_CFLAGS)
|
||||||
libgstasf_la_LIBADD =
|
libgstasf_la_LIBADD =
|
||||||
libgstasf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstasf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue