package: add mediastreamer

It doesn't really need C++ support on Linux, but the configure script
checks for it (and fails if not available), and the package is not easy
to autoreconf as there's C++ source files for Android/Windows, causing
automake to fail if AC_PROG_CXX isn't set.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard
2012-06-03 21:21:28 +02:00
parent cc9b0ba064
commit fdf093b7ce
3 changed files with 94 additions and 0 deletions

View File

@@ -388,6 +388,7 @@ source "package/libogg/Config.in"
source "package/libplayer/Config.in"
source "package/libtheora/Config.in"
source "package/live555/Config.in"
source "package/mediastreamer/Config.in"
endmenu
menu "Networking"