diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-04-30 03:48:15 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-05 23:40:27 +0200 |
commit | 84d589a963d902849b7022091e97ec71c38ed82e (patch) | |
tree | 121dfa6b27d4e3645ce1c6a09c4fbc295d461d0c /package/live555/Config.in | |
parent | 33f454bbef77638a29ec24807e30740323e15b3e (diff) |
package/multimedia: move multimedia libraries out
Move multimedia libraries ouf of the Audio and Video category into the
Libraries/Multimedia one.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/live555/Config.in')
-rw-r--r-- | package/live555/Config.in | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/package/live555/Config.in b/package/live555/Config.in new file mode 100644 index 000000000..610fafc1a --- /dev/null +++ b/package/live555/Config.in @@ -0,0 +1,33 @@ +config BR2_PACKAGE_LIVE555 + bool "live555" + depends on BR2_INSTALL_LIBSTDCPP + help + LIVE555 Streaming Media forms a set of C++ libraries for multimedia + streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). + + http://www.live555.com/liveMedia/ + +config BR2_PACKAGE_LIVE555_OPENRTSP + bool "OpenRTSP" + depends on BR2_PACKAGE_LIVE555 + default y + help + Live555 RTSP Client. + +config BR2_PACKAGE_LIVE555_MEDIASERVER + bool "live555MediaServer" + depends on BR2_PACKAGE_LIVE555 + default y + help + RTSP Server. Supports numerous media formats such as H.264 and MPEG2. + +config BR2_PACKAGE_LIVE555_MPEG2_INDEXER + bool "MPEG2TransportStreamIndexer" + depends on BR2_PACKAGE_LIVE555 + default y + help + MPEG2 Transport Stream Indexer. Provides indexes allowing 'trick play' + operation in the Live555MediaServer. + +comment "Live555 needs C++ compiler" + depends on !BR2_INSTALL_LIBSTDCPP |