diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-06-03 21:21:28 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-06-04 09:10:55 +0200 |
commit | fdf093b7cef81cc9cbf8bdab3a7e2d88a02d611d (patch) | |
tree | 9cdcc7fbb6b52fa62969d8f4b99fa3202fd86250 /package/Config.in | |
parent | cc9b0ba064a00e965d2e8ee6aacbf17a89071e15 (diff) |
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>
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index 3e97ae536..dde580086 100644 --- a/package/Config.in +++ b/package/Config.in @@ -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" |