File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Build
2
2
3
3
on :
4
4
push :
5
+ pull_request :
5
6
6
7
env :
7
8
TOOLCHAIN_URL : https://github.com/openlgtv/buildroot-nc4/releases/download/webos-b17b4cc/arm-webos-linux-gnueabi_sdk-buildroot.tar.gz
56
57
path : |
57
58
${{github.workspace}}/build/hyperion-webos
58
59
${{github.workspace}}/build/*.so
59
- ${{github.workspace}}/build/unicapture/*.so
60
60
61
61
62
62
with :
71
71
files : |
72
72
${{github.workspace}}/build/hyperion-webos
73
73
${{github.workspace}}/build/*.so
74
- ${{github.workspace}}/build/unicapture/*.so
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ target_include_directories(unicapture PUBLIC ${UNICAPTURE_INCLUDE_DIRS})
7
7
target_link_libraries (unicapture PUBLIC yuv )
8
8
9
9
# "Unified" v2 Backends
10
+ set (CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} )
11
+
10
12
add_library (gm_backend SHARED
11
13
backends/libgm.c
12
14
)
You can’t perform that action at this time.
0 commit comments