From fcc7a1cb834681f7ab6617b3cbe1170d8de1f058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 5 Dec 2009 13:56:08 +0000 Subject: [PATCH] * Since the old R3 media API is not implemented anyway, I've now temporarily removed it from the build. * If you encounter any (useful) applications that need it, please file a bug report, otherwise those will be removed permanently. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34505 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/media/Jamfile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/kits/media/Jamfile b/src/kits/media/Jamfile index ff8c723c67..caadfa63f5 100644 --- a/src/kits/media/Jamfile +++ b/src/kits/media/Jamfile @@ -61,13 +61,14 @@ SharedLibrary libmedia.so : SoundPlayNode.cpp # Old (R3) Media Kit - OldAudioModule.cpp - OldAudioStream.cpp - OldBufferStream.cpp - OldBufferStreamManager.cpp - OldMediaModule.cpp - OldSoundFile.cpp - OldSubscriber.cpp + # TODO: removed for now, since it's not implemented anyway + #OldAudioModule.cpp + #OldAudioStream.cpp + #OldBufferStream.cpp + #OldBufferStreamManager.cpp + #OldMediaModule.cpp + #OldSoundFile.cpp + #OldSubscriber.cpp # Codec Plugin API ChunkCache.cpp