don't use backslash in include line

Issue #357 resolved
djcj created an issue

Can you please fix this? Otherwise I can't build with HDR on certain platforms.

--- a/source/encoder/encoder.h
+++ b/source/encoder/encoder.h
@@ -33,7 +33,7 @@
 #include "framedata.h"

 #ifdef ENABLE_DYNAMIC_HDR10
-    #include "dynamicHDR10\hdr10plus.h"
+    #include "dynamicHDR10/hdr10plus.h"
 #endif

 struct x265_encoder {};

Comments (2)

  1. Pradeep Ramachandran Account Deactivated

    Looks like you're using an older tip. The latest version of encoder.h in both the default and stable tips have been updated to fix this.

  2. Log in to comment