RealAudio 14.4 and 28.8 decoders
[nihav.git] / src / codecs / real / mod.rs
index 546d6b65094930a1c5185bbba18bc1280fb75ff9..5681377d70e1186c901141efbdb680a6d9001b25 100644 (file)
@@ -16,4 +16,8 @@ pub mod rv40dsp;
 #[cfg(feature="decoder_realvideo6")]
 pub mod rv60;
 
+#[cfg(feature="decoder_realaudio144")]
+pub mod ra144;
+#[cfg(feature="decoder_realaudio288")]
+pub mod ra288;