From ac5cbd0134c0c006d06a251f677a2235d5349f02 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 3 Mar 2007 22:28:03 +0000 Subject: [PATCH] Fix up dist. Original commit message from CVS: * configure.ac: * gst/vmnc/Makefile.am: Fix up dist. --- ChangeLog | 6 ++++++ configure.ac | 1 + gst/vmnc/Makefile.am | 10 +++++----- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1a4994..7fabe77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ * configure.ac: * gst/vmnc/Makefile.am: + Fix up dist. + +2007-03-03 Michael Smith + + * 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), diff --git a/configure.ac b/configure.ac index 4952cb6..3b59628 100644 --- a/configure.ac +++ b/configure.ac @@ -100,6 +100,7 @@ GST_PLUGINS_ALL="\ tta \ videocrop \ videoparse \ + vmnc \ xingheader \ y4m \ " diff --git a/gst/vmnc/Makefile.am b/gst/vmnc/Makefile.am index 4c0fb32..34ff95a 100644 --- a/gst/vmnc/Makefile.am +++ b/gst/vmnc/Makefile.am @@ -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) -- 2.7.4