Skip to content

Commit

Permalink
CI Linux arm: fixed drm option
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Jun 12, 2024
1 parent a7a0b88 commit e701449
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/scripts/Linux/arm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,11 @@ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:${PKG_CONFIG_PATH:+":$PKG_CONFIG
ARCH=$(dpkg --print-architecture)
APPNAME=UltraGrid-latest-${ARCH}.AppImage

set -- --enable-plugins --enable-openssl --enable-soxr --enable-speexdsp # general
set -- "$@" --enable-alsa --enable-jack --enable-jack-transport --enable-pipewire # audio
# vidcap (+ duplex video)
set -- "$@" --enable-decklink --enable-file --enable-ndi --enable-rtsp \
--enable-screen --enable-swmix --enable-v4l2 --enable-ximea
set -- "$@" --enable-caca --enable-gl-display --enable-panogl_disp --enable-sdl # display
set -- "$@" --enable-libavcodec --enable-rtdxt --enable-libswscale --enable-uyvy # compression
set -- "$@" --enable-blank --enable-holepunch --enable-natpmp --enable-pcp --enable-resize --enable-scale --enable-sdp-http --enable-testcard-extras --enable-text --enable-video-mixer --enable-zfec # extras (pp. etc)
set -- "$@" --enable-drm
set -- "$@" --enable-rtsp-server
if [ "$ARCH" = arm64 ]; then
set -- "$@" --enable-vulkan
# shellcheck disable=SC2086 # intentional
set -- $FEATURES
set -- "$@" --enable-drm_disp
if [ "$ARCH" != arm64 ]; then
set -- "$@" --disable-vulkan
fi

./autogen.sh "$@"
Expand Down

0 comments on commit e701449

Please sign in to comment.