Index: head/multimedia/x265/files/patch-source_encoder_svt.h =================================================================== --- head/multimedia/x265/files/patch-source_encoder_svt.h (revision 511827) +++ head/multimedia/x265/files/patch-source_encoder_svt.h (revision 511828) @@ -1,25 +1,18 @@ 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 { -@@ -49,4 +48,4 @@ int svt_initialise_input_buffer(x265_encoder *enc); - - #endif // ifdef SVT_HEVC - --#endif // ifndef SVT_H -\ No newline at end of file -+#endif // ifndef SVT_H