Skip to content

Commit

Permalink
Don't need the if
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jan 29, 2025
1 parent 31d9449 commit 2f9ae9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SD/buildVLC.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash

ARMV=$(uname -m)
if [ "$ARMV" = "aarch64" ]; then
fi
case "${ARMV}" in
"aarch64" | "arm64" | "arm" | "armv7l" )
# On Arm, we'll install the vlc from the repository so we'll get whatever acceleration
Expand Down

0 comments on commit 2f9ae9d

Please sign in to comment.