Skip to content

Commit c863918

Browse files
committed
Revert "Build in centos7 and ensure libaom not installed in lib64"
This reverts commit 777879a.
1 parent 256d95e commit c863918

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

Dockerfile-centos

Lines changed: 0 additions & 26 deletions
This file was deleted.

build-ffmpeg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,6 @@ if build "pkg-config"; then
296296
build_done "pkg-config"
297297
fi
298298

299-
if [[ $STOP_BEFORE_CMAKE == "yes" ]]; then
300-
exit 0
301-
fi
302-
303299
if build "cmake"; then
304300
download "https://cmake.org/files/v3.15/cmake-3.15.4.tar.gz" "cmake-3.15.4.tar.gz"
305301
cd "$PACKAGES"/cmake-3.15.4 || exit
@@ -347,7 +343,7 @@ if build "av1"; then
347343
cd "$PACKAGES"/av1 || exit
348344
mkdir -p "$PACKAGES"/aom_build
349345
cd "$PACKAGES"/aom_build || exit
350-
execute cmake -DENABLE_TESTS=0 -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" -DCMAKE_INSTALL_LIBDIR=lib "$PACKAGES"/av1
346+
execute cmake -DENABLE_TESTS=0 -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" "$PACKAGES"/av1
351347
execute make -j $MJOBS
352348
execute make install
353349
build_done "av1"

0 commit comments

Comments
 (0)