From dac740ee17aaaa368a9562db30bb687d700dbe1c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Jul 2013 08:43:19 +0200 Subject: encoder/null: convert to C++ --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 854a147e1..20a631ab0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -640,7 +640,7 @@ ENCODER_LIBS = \ libencoder_plugins_a_SOURCES = \ src/encoder/OggStream.hxx \ - src/encoder/null_encoder.c \ + src/encoder/NullEncoderPlugin.cxx src/encoder/NullEncoderPlugin.hxx \ src/EncoderList.cxx src/EncoderList.hxx if ENABLE_WAVE_ENCODER -- cgit v1.2.3