Fix up dist.
authorMichael Smith <msmith@xiph.org>
Sat, 3 Mar 2007 22:28:03 +0000 (22:28 +0000)
committerMichael Smith <msmith@xiph.org>
Sat, 3 Mar 2007 22:28:03 +0000 (22:28 +0000)
Original commit message from CVS:
* configure.ac:
* gst/vmnc/Makefile.am:
Fix up dist.

ChangeLog
configure.ac
gst/vmnc/Makefile.am

index a1a4994..7fabe77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
 
        * configure.ac:
        * gst/vmnc/Makefile.am:
+         Fix up dist.
+
+2007-03-03  Michael Smith  <msmith@fluendo.com>
+
+       * configure.ac:
+       * gst/vmnc/Makefile.am:
        * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
        (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
        (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
index 4952cb6..3b59628 100644 (file)
@@ -100,6 +100,7 @@ GST_PLUGINS_ALL="\
   tta \
   videocrop \
   videoparse \
+  vmnc \
   xingheader \
   y4m \
   "
index 4c0fb32..34ff95a 100644 (file)
@@ -1,6 +1,6 @@
-plugin_LTLIBRARIES = libgstvmware.la
+plugin_LTLIBRARIES = libgstvmnc.la
 
-libgstvmware_la_SOURCES = vmncdec.c
-libgstvmware_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(THEORA_CFLAGS)
-libgstvmware_la_LIBADD = $(GST_LIBS)
-libgstvmware_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstvmnc_la_SOURCES = vmncdec.c
+libgstvmnc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(THEORA_CFLAGS)
+libgstvmnc_la_LIBADD = $(GST_LIBS)
+libgstvmnc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)