aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-16 19:31:06 +0100
committerMax Kellermann <max@duempel.org>2009-02-16 19:31:06 +0100
commitc6205bd4617b12f080cff86ecf0d964ebe39dd62 (patch)
tree79d00ed5e3dde3fc478875cb6544484c1222cafe /src/Makefile.am
parentcafaf33aa89f7002522712e12e26a2565e6d832d (diff)
renamed decoder plugin "oggvorbis" to "vorbis"
This plugin uses libvorbis.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f3d9e40c..77781b02 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -279,7 +279,7 @@ mpd_SOURCES += decoder/wavpack_plugin.c
endif
if HAVE_FAAD
-mpd_SOURCES += decoder/aac_plugin.c
+mpd_SOURCES += decoder/faad_plugin.c
endif
if HAVE_MP4
@@ -295,7 +295,7 @@ mpd_SOURCES += decoder/_flac_common.c
endif
if HAVE_OGGVORBIS
-mpd_SOURCES += decoder/oggvorbis_plugin.c
+mpd_SOURCES += decoder/vorbis_plugin.c
endif
if HAVE_FLAC