Fix build - it seems gst-plugins0.10-ffmpeg needs the older ffmpeg
This commit is contained in:
parent
e6f786575b
commit
5d24b5aa54
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.24 2012/10/08 09:21:02 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2012/12/04 15:16:14 prlw1 Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gst-ffmpeg-0.10.13
|
||||
|
@ -22,7 +22,7 @@ PKGSRC_MAKE_ENV+= PERL=${PERL5}
|
|||
# the upstream developers only want to support building against
|
||||
# the included ffmpeg version, since the ffmpeg API/ABI is unstable
|
||||
# and there are no releases
|
||||
.include "../../multimedia/ffmpeg/buildlink3.mk"
|
||||
.include "../../multimedia/ffmpeg010/buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --with-system-ffmpeg
|
||||
.include "../../devel/orc/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue