Skip to content

Commit

Permalink
Update h264_decode.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Apr 24, 2024
1 parent fbcb388 commit 3e7ee10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions h264_decode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ if [ -f "/boot/openhd/rock-rk3566.txt" ] || [ -f "/boot/openhd/openhd/rock-rk356
execute_FPVueVideoDecode2
fi

if [ -f "/boot/openhd/rock-5b.txt" ]; then
if [ -f "/usr/local/share/openhd_platform/rock/rock5b" ]; then
execute_FPVueVideoDecode2
fi

if [ -f "/boot/openhd/rock-5a.txt" ]; then
if [ -f "/usr/local/share/openhd_platform/rock/rock5a" ]; then
execute_FPVueVideoDecode2
fi

0 comments on commit 3e7ee10

Please sign in to comment.