xref: /OK3568_Linux_fs/buildroot/package/live555/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIVE555
2	bool "live555"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  LIVE555 Streaming Media forms a set of C++ libraries for
6	  multimedia streaming, using open standard protocols
7	  (RTP/RTCP, RTSP, SIP).
8
9	  http://www.live555.com/liveMedia/
10
11comment "live555 needs a toolchain w/ C++"
12	depends on !BR2_INSTALL_LIBSTDCPP
13