* 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
This commit is contained in:
Axel Dörfler 2009-12-05 13:56:08 +00:00
parent a1e0f39f45
commit fcc7a1cb83
1 changed files with 8 additions and 7 deletions

View File

@ -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