diff options
author | Max Kellermann <max@duempel.org> | 2010-12-22 09:33:38 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-12-22 09:43:57 +0100 |
commit | 4783ebc918a2e09c99f7a74645937df2618574ab (patch) | |
tree | 6d84fa0730fa3a82afb16a7b5a16f90896ac6e79 /src/input/cdda_input_plugin.h | |
parent | 8bda52783b89533b431b9883d507398044885bcc (diff) | |
download | mpd-4783ebc918a2e09c99f7a74645937df2618574ab.tar.gz mpd-4783ebc918a2e09c99f7a74645937df2618574ab.tar.xz mpd-4783ebc918a2e09c99f7a74645937df2618574ab.zip |
input/cdda: rename plugin to "cdio_paranoia"
Diffstat (limited to '')
-rw-r--r-- | src/input/cdio_paranoia_input_plugin.h (renamed from src/input/cdda_input_plugin.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/cdda_input_plugin.h b/src/input/cdio_paranoia_input_plugin.h index 9104fd4d6..3b22cbc28 100644 --- a/src/input/cdda_input_plugin.h +++ b/src/input/cdio_paranoia_input_plugin.h @@ -17,12 +17,12 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MPD_CDDA_INPUT_PLUGIN_H -#define MPD_CDDA_INPUT_PLUGIN_H +#ifndef MPD_CDIO_PARANOIA_INPUT_PLUGIN_H +#define MPD_CDIO_PARANOIA_INPUT_PLUGIN_H /** * An input plugin based on libcdio_paranoia library. */ -extern const struct input_plugin input_plugin_cdda; +extern const struct input_plugin input_plugin_cdio_paranoia; #endif |