File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -1161,7 +1161,8 @@ build_facebooktransform360() {
1161
1161
apply_patch file://$patch_dir /transform360.pi.diff -p1
1162
1162
cd ..
1163
1163
cd transform360_git/Transform360
1164
- do_cmake_and_install " -DENABLE_PRECOMPILED_HEADERS=OFF"
1164
+ sed -i.bak " s/isystem/I/g" CMakeFiles/Transform360.dir/includes_CXX.rsp # weird stdlib.h error
1165
+ do_cmake_and_install " "
1165
1166
cd ../..
1166
1167
}
1167
1168
Original file line number Diff line number Diff line change @@ -12,3 +12,15 @@ index f813931..bbf4afc 100644
12
12
13
13
#ifdef FACEBOOK_LAYOUT
14
14
#include "FBVideoFrameTransformUtilities.h"
15
+ diff --git a/Transform360/Library/VideoFrameTransform.h b/Transform360/Library/VideoFrameTransform.h
16
+ index 90acf1d..770c036 100644
17
+ --- a/Transform360/Library/VideoFrameTransform.h
18
+ +++ b/Transform360/Library/VideoFrameTransform.h
19
+ @@ -18,6 +18,7 @@
20
+ #include <map>
21
+ #include <string>
22
+ #include <thread>
23
+ + #include <mingw.thread.h>
24
+ #include <vector>
25
+
26
+ #include <opencv2/opencv.hpp>
You can’t perform that action at this time.
0 commit comments