From acb45caa4205d6e07c46b14079a7ffe0a2141d3d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 7 Jan 2013 22:12:09 +0100 Subject: decoder/ogg_codec: 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 557a4180..b63f7a81 100644 --- a/Makefile.am +++ b/Makefile.am @@ -561,7 +561,7 @@ endif if HAVE_XIPH libdecoder_plugins_a_SOURCES += \ src/decoder/XiphTags.c src/decoder/XiphTags.h \ - src/decoder/ogg_codec.c src/decoder/ogg_codec.h + src/decoder/OggCodec.cxx src/decoder/OggCodec.hxx endif if ENABLE_VORBIS_DECODER -- cgit v1.2.3