diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2014-09-02 04:10:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-06 00:02:48 +0700 |
commit | 260c9b27b271ae480b7dd0f17345470f42e5074d (patch) | |
tree | 2fac7966a41aabd1dac49fd96db12641978169c9 /libraries/live555/README | |
parent | fb8d94931e39343d94b4cbdc638764141a645ee4 (diff) | |
download | slackbuilds-260c9b27b271ae480b7dd0f17345470f42e5074d.tar.gz |
libraries/live555: Added (C++ libraries for multimedia streaming).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/live555/README')
-rw-r--r-- | libraries/live555/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/live555/README b/libraries/live555/README new file mode 100644 index 0000000000..caa665956e --- /dev/null +++ b/libraries/live555/README @@ -0,0 +1,6 @@ +This code forms a set of C++ libraries for multimedia streaming, using open +standard protocols (RTP/RTCP, RTSP, SIP). These libraries can be used to +build streaming applications. + +Since version 2014.08.26, library and include files are arranged to be +easily discoverable by configuration stage when building vlc. |