diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2020-09-20 22:17:52 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2020-09-20 22:17:52 +0000 |
commit | b4d25ce406311b74b9dc0c48549013f8e59db3f5 (patch) | |
tree | dd60a4be196f1158b44ae383bde1b2c8fe79f78b /multimedia/x265/files/patch-source_encoder_svt.h | |
parent | science/gabedit: Update 2.5.1-061218 -> 2.5.1-300720; Fix build on 13 (diff) |
Upgrade from 3.2 to 3.4. Resolve incompatibilities with newer
SVTHEVC.
PR: 247035, 248479
Sponsored by: United Marsupials
Diffstat (limited to 'multimedia/x265/files/patch-source_encoder_svt.h')
-rw-r--r-- | multimedia/x265/files/patch-source_encoder_svt.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/multimedia/x265/files/patch-source_encoder_svt.h b/multimedia/x265/files/patch-source_encoder_svt.h deleted file mode 100644 index b510797af0bf..000000000000 --- a/multimedia/x265/files/patch-source_encoder_svt.h +++ /dev/null @@ -1,18 +0,0 @@ -https://bitbucket.org/multicoreware/x265/issues/509/x265-fails-to-build-with-current-svt-hevc - -In file included from source/encoder/analysis.cpp:35: -In file included from source/encoder/encoder.h:34: -source/encoder/svt.h:32:10: fatal error: 'EbTime.h' file not found -#include "EbTime.h" - ^~~~~~~~~~ - ---- source/encoder/svt.h.orig 2019-07-31 04:59:54 UTC -+++ source/encoder/svt.h -@@ -29,7 +29,6 @@ - - #include "EbApi.h" - #include "EbErrorCodes.h" --#include "EbTime.h" - - namespace X265_NS { - |