Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2022-07-27 00:02:23 +0300
committerGuy Sheffer <guysoft@gmail.com>2022-07-27 00:02:23 +0300
commit1d6d81f75f4384708e49ca67c0a3097d5bc28583 (patch)
treef95f55239094016aea4f3620cc5771ee3c8419be
parentec90e9a892710ee59652970c68b9aea14029e77e (diff)
Export ffmpeg HLS so we can place it as a pre-built binary later on #784
-rwxr-xr-xsrc/modules/octopi/start_chroot_script2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/octopi/start_chroot_script b/src/modules/octopi/start_chroot_script
index 87bb515..db72e43 100755
--- a/src/modules/octopi/start_chroot_script
+++ b/src/modules/octopi/start_chroot_script
@@ -146,7 +146,7 @@ EOT
--disable-ffprobe
make -j$(nproc)
mkdir -p ${FFMPEG_HLS_DIR}
- cp ffmpeg ${FFMPEG_HLS_DIR}
+ copy_and_export ffmpeg-hls-"${ARCH}" ffmpeg "${FFMPEG_HLS_DIR}"
popd
rm -r ${FFMPEG_BUILD_DIR}