diff options
-rw-r--r-- | libraries/opal/README | 7 | ||||
-rw-r--r-- | libraries/opal/opal.info | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/libraries/opal/README b/libraries/opal/README index 6a7a516728..f8ce253d30 100644 --- a/libraries/opal/README +++ b/libraries/opal/README @@ -2,8 +2,5 @@ The Open Phone Abstraction Library (OPAL) is a C++ multi-platform, multi-protocol library for Fax, Video & Voice over IP and other networks. -Opal requires ptlib. Speex is also recommended, even though Opal -ships with its own version. x264 and ffmpeg are optional, but -highly recommended, for video support. - -Celt is also optional. +Optional dependencies are speex (recommended, even though Opal +ships with its own version) and celt. diff --git a/libraries/opal/opal.info b/libraries/opal/opal.info index 403c1ab1f3..41bbc0c1c8 100644 --- a/libraries/opal/opal.info +++ b/libraries/opal/opal.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/opalvoip/opal-3.10.3.tar.bz2" MD5SUM="fb0ed52e8dd56ab5c7d1a9ad2499cba2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="celt ffmpeg ptlib speex x264" +REQUIRES="ffmpeg ptlib x264" MAINTAINER="David Woodfall" EMAIL="dave@dawoodfall.net" |