diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cf8fd64d4..76b682040 100644 --- a/Makefile.am +++ b/Makefile.am @@ -494,6 +494,7 @@ ENCODER_SRC = if ENABLE_ENCODER ENCODER_SRC += src/encoder_list.c +ENCODER_SRC += src/encoder/none_encoder.c if ENABLE_VORBIS_ENCODER ENCODER_SRC += src/encoder/vorbis_encoder.c |