Skip to content

Commit 8010d93

Browse files
committed
fix: arch for openssl
1 parent 7cbf6fa commit 8010d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffmpeg/cppbuild-linux-x86_64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ cd ../$VO_AMRWBENC
6363
make -j $MAKEJ V=0
6464
make install
6565
cd ../$OPENSSL
66-
./Configure linux-elf -m32 -fPIC no-shared --prefix=$INSTALL_PATH --libdir=lib
66+
./Configure linux-elf -m64 -fPIC no-shared --prefix=$INSTALL_PATH --libdir=lib
6767
make -s -j $MAKEJ
6868
make install_sw
6969
cd ../srt-$LIBSRT_VERSION

0 commit comments

Comments
 (0)