Tried to add the currently only media add-on to the build, but commented out the lines in the Jamfile, for it fails to compile -- not finding headers I can't find either. Whoever is responsible may uncomment them and get it compiling.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@89 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-07-11 21:03:26 +00:00
parent d69c1d7983
commit b72a95e61b
4 changed files with 18 additions and 1 deletions

View File

@ -2,5 +2,6 @@ SubDir OBOS_TOP src add-ons ;
SubInclude OBOS_TOP src add-ons input_server ;
SubInclude OBOS_TOP src add-ons kernel ;
SubInclude OBOS_TOP src add-ons media ;
SubInclude OBOS_TOP src add-ons net ;
SubInclude OBOS_TOP src add-ons print ;
SubInclude OBOS_TOP src add-ons print ;

View File

@ -0,0 +1,3 @@
SubDir OBOS_TOP src add-ons media ;
SubInclude OBOS_TOP src add-ons media media-add-ons ;

View File

@ -0,0 +1,3 @@
SubDir OBOS_TOP src add-ons media media-add-ons ;
SubInclude OBOS_TOP src add-ons media media-add-ons legacy ;

View File

@ -0,0 +1,10 @@
SubDir OBOS_TOP src add-ons media media-add-ons legacy ;
#Addon legacy.media_addon : media :
# LegacyAudioConsumer.cpp
# LegacyAudioDevice.cpp
# LegacyAudioProducer.cpp
# LegacyMediaAddOn.cpp
#;
#LinkSharedOSLibs legacy.media_addon : media ;