Skip to content

Commit

Permalink
CI: ARM: remove old rpi hwaccel flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiatka committed Mar 12, 2024
1 parent 905f17d commit 2336694
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/scripts/Linux/arm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ set -- "$@" --enable-decklink --enable-file --enable-ndi --enable-rtsp \
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)
if [ "$ARCH" = armhf ]; then
# 64b doesn't have needed headers
set -- "$@" --enable-lavc-hw-accel-rpi4
else
if [ "$ARCH" = arm64 ]; then
set -- "$@" --enable-vulkan
fi

Expand Down

0 comments on commit 2336694

Please sign in to comment.