aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorViliam Mateicka <viliam.mateicka@gmail.com>2009-10-26 20:02:34 +0100
committerViliam Mateicka <viliam.mateicka@gmail.com>2009-10-26 20:02:34 +0100
commita13e9832e77580956efd6ea9c6ec11bdb4ae2d4b (patch)
tree518f54ed3b389745ab3160a8a6926a07250ae34d /Makefile.am
parentf67426871bf11c79bf5bf975ad2adaa860a7378e (diff)
downloadmpd-a13e9832e77580956efd6ea9c6ec11bdb4ae2d4b.tar.gz
mpd-a13e9832e77580956efd6ea9c6ec11bdb4ae2d4b.tar.xz
mpd-a13e9832e77580956efd6ea9c6ec11bdb4ae2d4b.zip
encoder: renaming none_encoder to null_encoder
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 76b682040..4cbe6774d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -494,7 +494,7 @@ ENCODER_SRC =
if ENABLE_ENCODER
ENCODER_SRC += src/encoder_list.c
-ENCODER_SRC += src/encoder/none_encoder.c
+ENCODER_SRC += src/encoder/null_encoder.c
if ENABLE_VORBIS_ENCODER
ENCODER_SRC += src/encoder/vorbis_encoder.c