pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/ffmpeg4
Module Name: pkgsrc
Committed By: ryoon
Date: Wed Nov 7 13:10:02 UTC 2018
Modified Files:
pkgsrc/multimedia/ffmpeg4: options.mk
Log Message:
Add BUILDLINK_API_DEPENDS.libaom for correct aom.pc
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/multimedia/ffmpeg4/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/ffmpeg4/options.mk
diff -u pkgsrc/multimedia/ffmpeg4/options.mk:1.7 pkgsrc/multimedia/ffmpeg4/options.mk:1.8
--- pkgsrc/multimedia/ffmpeg4/options.mk:1.7 Tue Oct 9 11:04:10 2018
+++ pkgsrc/multimedia/ffmpeg4/options.mk Wed Nov 7 13:10:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2018/10/09 11:04:10 leot Exp $
+# $NetBSD: options.mk,v 1.8 2018/11/07 13:10:01 ryoon Exp $
# Global and legacy options
@@ -57,6 +57,7 @@ CONFIGURE_ARGS+= --disable-libass
# av1 option
.if !empty(PKG_OPTIONS:Mav1)
CONFIGURE_ARGS+= --enable-libaom
+BUILDLINK_API_DEPENDS.libaom+= libaom>=1.0.0nb1
.include "../../multimedia/libaom/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-libaom
Home |
Main Index |
Thread Index |
Old Index