File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 830
830
# # FFmpeg
831
831
# #
832
832
833
+ EXTRA_VERSION=" "
834
+ if [[ " $OSTYPE " == " darwin" * ]]; then
835
+ EXTRA_VERSION=" ${FFMPEG_VERSION} "
836
+ fi
837
+
833
838
build " ffmpeg" " $FFMPEG_VERSION "
834
839
download " https://github.com/FFmpeg/FFmpeg/archive/refs/heads/release/$FFMPEG_VERSION .tar.gz" " FFmpeg-release-$FFMPEG_VERSION .tar.gz"
835
840
# shellcheck disable=SC2086
@@ -848,7 +853,7 @@ download "https://github.com/FFmpeg/FFmpeg/archive/refs/heads/release/$FFMPEG_VE
848
853
--pkgconfigdir=" $WORKSPACE /lib/pkgconfig" \
849
854
--pkg-config-flags=" --static" \
850
855
--prefix=" ${WORKSPACE} " \
851
- --extra-version=" ${FFMPEG_VERSION } "
856
+ --extra-version=" ${EXTRA_VERSION } "
852
857
853
858
execute make -j $MJOBS
854
859
execute make install
You can’t perform that action at this time.
0 commit comments