Skip to content

Commit 7a6c15b

Browse files
committed
Rollback to FFmpeg 3.3.2
1 parent 88814f3 commit 7a6c15b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defaults: &defaults
55
docker:
66
- image: vnkhangnt/buildpack-deps:trusty
77
environment:
8-
FFMPEG_VERSION: 3.4.2
8+
FFMPEG_VERSION: 3.3.2
99
steps:
1010
- checkout
1111
- run:
@@ -19,7 +19,7 @@ defaults: &defaults
1919
name: Copy error report
2020
command: |
2121
mkdir -p build_logs/ffmpeg;
22-
cp build_scripts/ffmpeg-$FFMPEG_VERSION/ffbuild/config.log build_logs/ffmpeg/ || true;
22+
cp build_scripts/ffmpeg-$FFMPEG_VERSION/config.log build_logs/ffmpeg/ || true;
2323
when: on_fail
2424
- store_artifacts:
2525
path: build_logs

build_scripts/build_ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ X86_64_PREBUILT=$NDK/toolchains/x86_64-4.9/prebuilt/$OS
4949
# MIPS64_CROSS_PREFIX=$MIPS64_PREBUILT/bin/$HOST-
5050

5151
if [ "$FFMPEG_VERSION" = "" ]; then
52-
FFMPEG_VERSION="3.4.2"
52+
FFMPEG_VERSION="3.3.2"
5353
fi
5454
if [ ! -d "ffmpeg-${FFMPEG_VERSION}" ]; then
5555
echo "Downloading ffmpeg-${FFMPEG_VERSION}.tar.bz2"

0 commit comments

Comments
 (0)