diff options
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 { - |