summaryrefslogtreecommitdiff
path: root/net-libs/opal/opal-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/opal/opal-9999.ebuild')
-rw-r--r--net-libs/opal/opal-9999.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/net-libs/opal/opal-9999.ebuild b/net-libs/opal/opal-9999.ebuild
index fa26350..de32222 100644
--- a/net-libs/opal/opal-9999.ebuild
+++ b/net-libs/opal/opal-9999.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${P/_/}"
LICENSE="MPL-1.0"
SLOT="0"
KEYWORDS=""
-IUSE="debug doc java versioncheck +plugins h323 h224 +h281 +g711plc"
+IUSE="debug doc java versioncheck +plugins"
RDEPEND=">=dev-libs/ptlib-2.0.0
>=media-video/ffmpeg-0.4.7
@@ -53,10 +53,6 @@ src_compile() {
econf \
$(use_enable debug) \
$(use_enable java) \
- $(use_enable h323) \
- $(use_enable h224) \
- $(use_enable h281) \
- $(use_enable g711plc) \
$(use_enable plugins) \
$(use_enable versioncheck) \
|| die "econf failed"