diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-11-02 13:40:24 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-11-02 13:40:24 +0000 |
commit | b7499ae64dab208d79711d022a7cb28421594b85 (patch) | |
tree | 810984732ff2bcc7b406242348f683d67df254c2 /multimedia | |
parent | 8a502cb2d43b4059a5678ee4539ca03603104107 (diff) | |
download | ports-b7499ae64dab208d79711d022a7cb28421594b85.tar.gz ports-b7499ae64dab208d79711d022a7cb28421594b85.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/aom/files/patch-av1_encoder_rd.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/multimedia/aom/files/patch-av1_encoder_rd.h b/multimedia/aom/files/patch-av1_encoder_rd.h deleted file mode 100644 index cf5fd7bd73c1..000000000000 --- a/multimedia/aom/files/patch-av1_encoder_rd.h +++ /dev/null @@ -1,31 +0,0 @@ -<stdint.h> isn't bootlegged via gtest.h on FreeBSD 10.* leading to - -In file included from test/horz_superres_test.cc:14: -In file included from av1/encoder/encoder.h:36: -av1/encoder/rd.h:304:26: error: use of undeclared identifier 'INT64_MAX' - rd_stats->ref_rdcost = INT64_MAX; - ^ -av1/encoder/rd.h:325:20: error: use of undeclared identifier 'INT64_MAX' - rd_stats->dist = INT64_MAX; - ^ -av1/encoder/rd.h:326:22: error: use of undeclared identifier 'INT64_MAX' - rd_stats->rdcost = INT64_MAX; - ^ -av1/encoder/rd.h:327:19: error: use of undeclared identifier 'INT64_MAX' - rd_stats->sse = INT64_MAX; - ^ -av1/encoder/rd.h:331:26: error: use of undeclared identifier 'INT64_MAX' - rd_stats->ref_rdcost = INT64_MAX; - ^ -5 errors generated. - ---- av1/encoder/rd.h.orig 2018-06-25 14:54:59 UTC -+++ av1/encoder/rd.h -@@ -13,6 +13,7 @@ - #define AV1_ENCODER_RD_H_ - - #include <limits.h> -+#include <stdint.h> - - #include "av1/common/blockd.h" - |