diff options
author | Michael Smith <msmith@xiph.org> | 2007-03-03 22:28:03 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2007-03-03 22:28:03 +0000 |
commit | ac5cbd0134c0c006d06a251f677a2235d5349f02 (patch) | |
tree | a838b2570aba11017a81e0570f179e4d7f187055 | |
parent | 1a428b03ed3ec854d9384b26dcdb8f1aba15a585 (diff) | |
download | gst-plugins-bad-ac5cbd0134c0c006d06a251f677a2235d5349f02.tar.gz gst-plugins-bad-ac5cbd0134c0c006d06a251f677a2235d5349f02.tar.bz2 gst-plugins-bad-ac5cbd0134c0c006d06a251f677a2235d5349f02.zip |
Fix up dist.
Original commit message from CVS:
* configure.ac:
* gst/vmnc/Makefile.am:
Fix up dist.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | gst/vmnc/Makefile.am | 10 |
3 files changed, 12 insertions, 5 deletions
@@ -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), diff --git a/configure.ac b/configure.ac index 4952cb6b..3b59628a 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 4c0fb328..34ff95ac 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) |