aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/Mp4v2DecoderPlugin.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-24 22:18:31 +0100
committerMax Kellermann <max@duempel.org>2014-11-25 13:10:52 +0100
commitfa4d202e71e2ff59583e088d9512424e32d3d761 (patch)
treee0f6966e27a7a1235f882a706c2a5c76db81b823 /src/decoder/plugins/Mp4v2DecoderPlugin.hxx
parenta8ebfd7a92a48676d753e3ca3ee3175f6ff4d62e (diff)
downloadmpd-fa4d202e71e2ff59583e088d9512424e32d3d761.tar.gz
mpd-fa4d202e71e2ff59583e088d9512424e32d3d761.tar.xz
mpd-fa4d202e71e2ff59583e088d9512424e32d3d761.zip
decoder/mp4v2: remove because of incompatible license
libmp4v2 is licensed under MPL 1.1, which is incompatible with GPLv2. Unfortunately, this means that we must remove the plugin. More information can be found in the Debian bug report: http://bugs.debian.org/767504
Diffstat (limited to '')
-rw-r--r--src/decoder/plugins/Mp4v2DecoderPlugin.hxx25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/decoder/plugins/Mp4v2DecoderPlugin.hxx b/src/decoder/plugins/Mp4v2DecoderPlugin.hxx
deleted file mode 100644
index 57585dec4..000000000
--- a/src/decoder/plugins/Mp4v2DecoderPlugin.hxx
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (C) 2003-2014 The Music Player Daemon Project
- * http://www.musicpd.org
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
-
-#ifndef MPD_DECODER_MP4V2_HXX
-#define MPD_DECODER_MP4V2_HXX
-
-extern const struct DecoderPlugin mp4v2_decoder_plugin;
-
-#endif