From 6728b8c1a386d82ac15137f82d693559a0d51a8f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 9 Apr 2013 00:20:49 +0200 Subject: decoder_plugin: 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 84ca7e491..c4a2d1443 100644 --- a/Makefile.am +++ b/Makefile.am @@ -460,7 +460,7 @@ libdecoder_plugins_a_SOURCES = \ src/decoder/dsdlib.c \ src/decoder/dsdlib.h \ src/decoder_buffer.c \ - src/decoder_plugin.c \ + src/DecoderPlugin.cxx \ src/DecoderList.cxx src/DecoderList.hxx libdecoder_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \ $(VORBIS_CFLAGS) $(TREMOR_CFLAGS) \ -- cgit v1.2.3