diff options
author | Max Kellermann <max@duempel.org> | 2009-02-16 19:30:45 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-16 19:30:45 +0100 |
commit | c5edb53797fb15b4753688b1a653bdfda53f25aa (patch) | |
tree | 69424a349c50989a09ad21e125b853bec5ed0e93 /src/Makefile.am | |
parent | 585f81ece1d8797186d7693ad1c0226ea762519f (diff) | |
download | mpd-c5edb53797fb15b4753688b1a653bdfda53f25aa.tar.gz mpd-c5edb53797fb15b4753688b1a653bdfda53f25aa.tar.xz mpd-c5edb53797fb15b4753688b1a653bdfda53f25aa.zip |
renamed decoder plugin "mp3" to "mad"
A decoder plugin should be named after the library which is used.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1db8e1fe5..f3d9e40cf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -267,7 +267,7 @@ endif # decoder plugins if HAVE_MAD -mpd_SOURCES += decoder/mp3_plugin.c +mpd_SOURCES += decoder/mad_plugin.c endif if HAVE_MPCDEC |