This commit is contained in:
HalosGhost 2013-10-08 20:05:20 -05:00
parent 80c109219c
commit f7cfc59750

4
libretro-build-common.sh Normal file → Executable file
View File

@ -47,8 +47,8 @@ build_libretro_ffmpeg() {
echo '=== Building FFmpeg ==='
cd libretro-ffmpeg
"${MAKE} platform=${FORMAT_COMPILER_TARGET} -j${JOBS} clean" || die 'Failed to clean FFmpeg'
"${MAKE} platform=${FORMAT_COMPILER_TARGET} -j${JOBS}"
"${MAKE}" platform="${FORMAT_COMPILER_TARGET}" "-j${JOBS}" clean || die 'Failed to clean FFmpeg'
"${MAKE}" platform="${FORMAT_COMPILER_TARGET}" "-j${JOBS}"
cp "ffmpeg_libretro${FORMAT}.${FORMAT_EXT}" "${RARCH_DIST_DIR}"
else
echo 'FFmpeg not fetched, skipping ...'