From 288c11c0ed71b0abaa84f8425f66fa06b798b1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 3 Mar 2009 14:03:34 -0500 Subject: Move mimic to -bad --- ext/Makefile.am | 8 ++++++++ ext/mimic/gstmimic.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index 23b7bf8c..23c2a002 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -190,6 +190,12 @@ else METADATA_DIR= endif +if USE_MIMIC +MIMIC_DIR=mimic +else +MIMIC_DIR= +endif + if USE_MPLEX MPLEX_DIR=mplex else @@ -363,6 +369,7 @@ SUBDIRS=\ $(MODPLUG_DIR) \ $(MPEG2ENC_DIR) \ $(METADATA_DIR) \ + $(MIMIC_DIR) \ $(MPLEX_DIR) \ $(MUSEPACK_DIR) \ $(MUSICBRAINZ_DIR) \ @@ -409,6 +416,7 @@ DIST_SUBDIRS = \ divx \ modplug \ metadata \ + mimic \ mpeg2enc \ mplex \ musepack \ diff --git a/ext/mimic/gstmimic.c b/ext/mimic/gstmimic.c index 7ed63bb0..20a4cfb8 100644 --- a/ext/mimic/gstmimic.c +++ b/ext/mimic/gstmimic.c @@ -43,4 +43,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "mimic", "Mimic codec", - plugin_init, VERSION, "GPL", "Farsight", "http://farsight.sf.net/") + plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) -- cgit v1.2.1