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:
parent
d69c1d7983
commit
b72a95e61b
@ -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 ;
|
||||
|
3
src/add-ons/media/Jamfile
Normal file
3
src/add-ons/media/Jamfile
Normal file
@ -0,0 +1,3 @@
|
||||
SubDir OBOS_TOP src add-ons media ;
|
||||
|
||||
SubInclude OBOS_TOP src add-ons media media-add-ons ;
|
3
src/add-ons/media/media-add-ons/Jamfile
Normal file
3
src/add-ons/media/media-add-ons/Jamfile
Normal 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 ;
|
10
src/add-ons/media/media-add-ons/legacy/Jamfile
Normal file
10
src/add-ons/media/media-add-ons/legacy/Jamfile
Normal 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 ;
|
Loading…
x
Reference in New Issue
Block a user