diff options
author | sss <sss@4d9a9b59-111c-4e0b-8f7a-7640551abb98> | 2009-03-17 17:39:41 +0000 |
---|---|---|
committer | sss <sss@4d9a9b59-111c-4e0b-8f7a-7640551abb98> | 2009-03-17 17:39:41 +0000 |
commit | 1f3c3fa9fcc97c3ef9b0b0364a536a5e884b7429 (patch) | |
tree | 1fcaa5a425496a7d498bbdc40772a406723d9e0b | |
parent | f1e95daae05c57d935b00e611c624c5e75cd21ec (diff) |
git-svn-id: http://172.18.13.13/svn/sss_overlay@2 4d9a9b59-111c-4e0b-8f7a-7640551abb98
-rw-r--r-- | net-libs/opal/opal-9999.ebuild | 6 |
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" |