Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build

on:
push:
pull_request:

env:
TOOLCHAIN_URL: https://github.com/openlgtv/buildroot-nc4/releases/download/webos-b17b4cc/arm-webos-linux-gnueabi_sdk-buildroot.tar.gz
Expand Down Expand Up @@ -56,7 +57,6 @@ jobs:
path: |
${{github.workspace}}/build/hyperion-webos
${{github.workspace}}/build/*.so
${{github.workspace}}/build/unicapture/*.so

- uses: DoozyX/clang-format-lint-action@v0.14
with:
Expand All @@ -71,4 +71,3 @@ jobs:
files: |
${{github.workspace}}/build/hyperion-webos
${{github.workspace}}/build/*.so
${{github.workspace}}/build/unicapture/*.so
2 changes: 2 additions & 0 deletions unicapture/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ target_include_directories(unicapture PUBLIC ${UNICAPTURE_INCLUDE_DIRS})
target_link_libraries(unicapture PUBLIC yuv)

# "Unified" v2 Backends
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})

add_library(gm_backend SHARED
backends/libgm.c
)
Expand Down