rtsp_streamer: Fix Jamfile

This commit is contained in:
Barrett17 2019-02-17 14:15:59 +01:00
parent 303f574120
commit 0b2683b543
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src add-ons media plugins rtsp_streamer ;
UsePrivateHeaders shared ;
# TODO: Investigate this
SubDirC++Flags -w ;
@ -21,7 +23,7 @@ for architectureObject in [ MultiArchSubDirSetup ] {
rtsp.cpp
:
[ BuildFeatureAttribute live555 : libraries ]
be codec network bnetapi shared
be codec network shared
[ TargetLibstdc++ ] [ TargetLibsupc++ ]
;
}