[host1x] Fix FFmpeg crash on Linux #37

Merged
MaranBr merged 5 commits from ffmpeg-fix into master 2025-07-14 22:30:56 +02:00
Showing only changes of commit f18ec309a0 - Show all commits

View file

@ -71,6 +71,7 @@ if [ "$USE_MULTIMEDIA" = "false" ]; then
MULTIMEDIA=OFF
else
MULTIMEDIA=ON
fi
if [ -z "$BUILD_TYPE" ]; then
export BUILD_TYPE="Release"