encoder: renaming none_encoder to null_encoder

This commit is contained in:
Viliam Mateicka
2009-10-26 20:02:34 +01:00
parent f67426871b
commit a13e9832e7
3 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -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