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:
@@ -2,5 +2,6 @@ SubDir OBOS_TOP src add-ons ;
|
|||||||
|
|
||||||
SubInclude OBOS_TOP src add-ons input_server ;
|
SubInclude OBOS_TOP src add-ons input_server ;
|
||||||
SubInclude OBOS_TOP src add-ons kernel ;
|
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 net ;
|
||||||
SubInclude OBOS_TOP src add-ons print ;
|
SubInclude OBOS_TOP src add-ons print ;
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
SubDir OBOS_TOP src add-ons media ;
|
||||||
|
|
||||||
|
SubInclude OBOS_TOP src add-ons media media-add-ons ;
|
||||||
@@ -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 ;
|
||||||
@@ -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 ;
|
||||||
Reference in New Issue
Block a user