summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-03-03 14:03:34 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-03-03 14:34:07 -0500
commit288c11c0ed71b0abaa84f8425f66fa06b798b1c2 (patch)
tree5e1d50cb471ef936bbac196504e1e96df401e864 /ext
parentbc4ef4ab6230a8b8f35fcfb3101252482946f6e1 (diff)
downloadgst-plugins-bad-288c11c0ed71b0abaa84f8425f66fa06b798b1c2.tar.gz
gst-plugins-bad-288c11c0ed71b0abaa84f8425f66fa06b798b1c2.tar.bz2
gst-plugins-bad-288c11c0ed71b0abaa84f8425f66fa06b798b1c2.zip
Move mimic to -bad
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am8
-rw-r--r--ext/mimic/gstmimic.c2
2 files changed, 9 insertions, 1 deletions
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)