multimedia/aom: update to 1.0.0.3067

Changes:	https://aomedia.googlesource.com/aom/+log/fc038664e..a543df590
This commit is contained in:
Jan Beich 2020-02-11 00:57:06 +00:00
parent f350a0ba6e
commit 73e58db90e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525769
3 changed files with 5 additions and 17 deletions

View File

@ -3,8 +3,8 @@
PORTNAME= aom
DISTVERSIONPREFIX= v
# XXX Switch to release after https://bugs.chromium.org/p/aomedia/issues/detail?id=2545
DISTVERSION= 1.0.0-3059
DISTVERSIONSUFFIX= -gfc038664e
DISTVERSION= 1.0.0-3067
DISTVERSIONSUFFIX= -ga543df590
CATEGORIES= multimedia
MAINTAINER= jbeich@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1581094745
SHA256 (jbeich-aom-v1.0.0-3059-gfc038664e_GH0.tar.gz) = 1b05c073687b71cdbb1c62690b6260e92cf57a8e477aa36fd79a4dbac4e67165
SIZE (jbeich-aom-v1.0.0-3059-gfc038664e_GH0.tar.gz) = 3512580
TIMESTAMP = 1581375630
SHA256 (jbeich-aom-v1.0.0-3067-ga543df590_GH0.tar.gz) = 0096b7dbf04854e91b5e50b563babdb158476f5041cd9c15ea8bdeaaf398cd84
SIZE (jbeich-aom-v1.0.0-3067-ga543df590_GH0.tar.gz) = 3513705

View File

@ -1,12 +0,0 @@
- Depend on C++ runtime to unbreak consumers
--- CMakeLists.txt.orig 2020-02-07 16:59:05 UTC
+++ CMakeLists.txt
@@ -429,6 +429,7 @@ if(CONFIG_AV1_ENCODER)
message(FATAL_ERROR "VMAF library not found.")
endif()
message("-- Found VMAF library: " ${VMAF})
+ set_property(TARGET aom PROPERTY LINKER_LANGUAGE CXX)
target_link_libraries(aom PRIVATE ${VMAF})
endif()
endif()