Skip to content

Commit

Permalink
Export ffmpeg HLS so we can place it as a pre-built binary later on #784
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Jul 26, 2022
1 parent ec90e9a commit 1d6d81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/octopi/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 1d6d81f

Please sign in to comment.