diff options
author | joerg <joerg@pkgsrc.org> | 2016-01-05 21:38:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-01-05 21:38:07 +0000 |
commit | 7aec84aaf8cad97ef554b805f0cd981c14689926 (patch) | |
tree | c124ccd424d2f819ae5aadc84e750ce59cfa5033 /net | |
parent | 3d202c4fe091d8d205bd3a80549f3eb56ed44788 (diff) | |
download | pkgsrc-7aec84aaf8cad97ef554b805f0cd981c14689926.tar.gz |
Fix name of libav plugin.
Diffstat (limited to 'net')
-rw-r--r-- | net/corebird/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/corebird/options.mk b/net/corebird/options.mk index 8e708859462..1f15839cd8d 100644 --- a/net/corebird/options.mk +++ b/net/corebird/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2014/12/06 09:14:11 obache Exp $ +# $NetBSD: options.mk,v 1.2 2016/01/05 21:38:07 joerg Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.corebird @@ -11,7 +11,7 @@ PKG_SUGGESTED_OPTIONS= gstreamer .include "../../multimedia/gst-plugins1-base/buildlink3.mk" DEPENDS+= gst-plugins1-bad-[0-9]*:../../multimedia/gst-plugins1-bad DEPENDS+= gst-plugins1-good-[0-9]*:../../multimedia/gst-plugins1-good -DEPENDS+= gst-libav-[0-9]*:../../multimedia/gst-plugins1-libav +DEPENDS+= gst-plugins1-libav-[0-9]*:../../multimedia/gst-plugins1-libav CONFIGURE_ARGS+= --enable-video .else CONFIGURE_ARGS+= --disable-video |