mirror of
https://review.haiku-os.org/haiku
synced 2025-01-24 07:14:48 +01:00
19f0c92e2f
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@85 a95241bf-73f2-0310-859d-f6bbb57e9c96
72 lines
1.2 KiB
Plaintext
72 lines
1.2 KiB
Plaintext
SubDir OBOS_TOP src kits media ;
|
|
|
|
UsePrivateHeaders media ;
|
|
|
|
UsePublicHeaders media ;
|
|
|
|
# That's ugly. The header (ServerInterface.h) should reside in
|
|
# headers/private/media.
|
|
SubDirHdrs [ FDirName $(OBOS_TOP) src servers media ] ;
|
|
|
|
SharedLibrary media :
|
|
# Private Media Kit
|
|
!missing_symbols.cpp
|
|
|
|
# Public Media Kit
|
|
Buffer.cpp
|
|
BufferConsumer.cpp
|
|
BufferGroup.cpp
|
|
BufferProducer.cpp
|
|
Controllable.cpp
|
|
FileInterface.cpp
|
|
MediaAddOn.cpp
|
|
MediaDecoder.cpp
|
|
MediaDefs.cpp
|
|
MediaEncoder.cpp
|
|
MediaEventLooper.cpp
|
|
MediaFile.cpp
|
|
MediaFiles.cpp
|
|
MediaFormats.cpp
|
|
MediaNode.cpp
|
|
MediaRoster.cpp
|
|
MediaTheme.cpp
|
|
MediaTrack.cpp
|
|
ParameterWeb.cpp
|
|
PlaySound.cpp
|
|
RealtimeAlloc.cpp
|
|
Sound.cpp
|
|
SoundFile.cpp
|
|
SoundPlayer.cpp
|
|
TimeCode.cpp
|
|
TimedEventQueue.cpp
|
|
TimeSource.cpp
|
|
|
|
# Internal Functionality
|
|
PortPool.cpp
|
|
DormantNodeManager.cpp
|
|
SystemTimeSource.cpp
|
|
BufferIdCache.cpp
|
|
SharedBufferList.cpp
|
|
TrackReader.cpp
|
|
TimedEventQueuePrivate.cpp
|
|
SoundPlayNode.cpp
|
|
ChannelMixer.cpp
|
|
SampleConverter.cpp
|
|
SamplingrateConverter.cpp
|
|
VolumeControl.cpp
|
|
|
|
# Old (R3) Media Kit
|
|
OldAudioModule.cpp
|
|
OldAudioStream.cpp
|
|
OldBufferStream.cpp
|
|
OldBufferStreamManager.cpp
|
|
OldMediaModule.cpp
|
|
OldSoundFile.cpp
|
|
OldSubscriber.cpp
|
|
;
|
|
|
|
LinkSharedOSLibs libmedia.so :
|
|
be
|
|
;
|
|
|