gst/asfdemux/Makefile.am: We don't want asfmux.c yet.
authorEdward Hervey <bilboed@bilboed.com>
Thu, 16 Feb 2006 11:08:51 +0000 (11:08 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 16 Feb 2006 11:08:51 +0000 (11:08 +0000)
Original commit message from CVS:
* gst/asfdemux/Makefile.am:
We don't want asfmux.c yet.

ChangeLog
gst/asfdemux/Makefile.am

index d01254e..e77ffdd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * ext/mad/gstmad.c: (gst_mad_init), (scale), (gst_mad_update_info),
index 8c03357..63c0dff 100644 (file)
@@ -1,6 +1,6 @@
 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_LIBADD =
 libgstasf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)