From 8e063829c426e447021050eb214a77182269602e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 14:43:24 +0200 Subject: encoder/{opus,vorbis}: new serial generator replacing g_random_int() --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 45f257182..52ca84cc8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -678,6 +678,12 @@ libencoder_plugins_a_SOURCES = \ src/encoder/NullEncoderPlugin.cxx src/encoder/NullEncoderPlugin.hxx \ src/EncoderList.cxx src/EncoderList.hxx +if HAVE_OGG_ENCODER +libencoder_plugins_a_SOURCES += \ + src/encoder/OggSerial.cxx src/encoder/OggSerial.hxx \ + src/encoder/OggStream.hxx +endif + if ENABLE_WAVE_ENCODER libencoder_plugins_a_SOURCES += \ src/encoder/WaveEncoderPlugin.cxx \ -- cgit v1.2.3