From c2e3d4e724b38429ca916437a38ea8f6325ce8fb Mon Sep 17 00:00:00 2001 From: JudaismBot Date: Tue, 27 Mar 2018 12:50:10 -0400 Subject: [PATCH] no arch called armel in ffmpeg configure --- Raspberrypi_cross_compile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Raspberrypi_cross_compile.md b/Raspberrypi_cross_compile.md index cb3b943..acbea43 100644 --- a/Raspberrypi_cross_compile.md +++ b/Raspberrypi_cross_compile.md @@ -30,7 +30,7 @@ WebRTC fetch, checkout and patching steps described in README.md are supposed to cd $WEBRTC_DIR/src/third_party/ffmpeg make clean && make distclean mkdir build_arm - ./configure --enable-cross-compile --cross-prefix=${CCPREFIX} --arch=armel --target-os=linux --enable-gpl --extra-ldflags="-ldl" --prefix=$WEBRTC_DIR/src/third_party/ffmpeg/build_arm --enable-shared --disable-static + ./configure --enable-cross-compile --cross-prefix=${CCPREFIX} --arch=arm --target-os=linux --enable-gpl --extra-ldflags="-ldl" --prefix=$WEBRTC_DIR/src/third_party/ffmpeg/build_arm --enable-shared --disable-static make -j 4 make install cp $WEBRTC_DIR/src/third_party/ffmpeg/build_arm/lib/* $WEBRTC_DIR/src/out/Pi/ @@ -43,4 +43,4 @@ WebRTC fetch, checkout and patching steps described in README.md are supposed to ninja -C out/Pi peerconnection_client - \ No newline at end of file +