summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/ptlib/ptlib-2.6.3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/ptlib/ptlib-2.6.3.ebuild b/dev-libs/ptlib/ptlib-2.6.3.ebuild
index 91230ea..50fd325 100644
--- a/dev-libs/ptlib/ptlib-2.6.3.ebuild
+++ b/dev-libs/ptlib/ptlib-2.6.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/opalvoip/${P}.tar.bz2"
LICENSE="MPL-1.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="alsa bsdvideo debug doc esd ieee1394 ipv6 ldap minimal noaudio novideo oss
+IUSE="alsa bsdvideo debug doc esd ffmpeg ieee1394 ipv6 ldap minimal noaudio novideo oss
sasl sdl ssl sunaudio v4l v4l2 xml"
RDEPEND="alsa? ( media-libs/alsa-lib )
@@ -25,7 +25,8 @@ RDEPEND="alsa? ( media-libs/alsa-lib )
sasl? ( dev-libs/cyrus-sasl:2 )
sdl? ( media-libs/libsdl )
ssl? ( dev-libs/openssl )
- xml? ( dev-libs/expat )"
+ xml? ( dev-libs/expat )
+ ffmpeg? ( media-video/ffmpeg )"
DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex
@@ -68,6 +69,7 @@ src_compile() {
$(use_enable v4l) \
$(use_enable v4l2) \
$(use_enable xml expat) \
+ $(use_enable ffmpeg ffvdev) \
--enable-plugins \
|| die "econf failed"