Advertisement
Guest User

Untitled

a guest
Apr 30th, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. cd build.OpenELEC-RPi2.arm-devel
  2. git clone https://github.com/webmproject/libvpx.git
  3. cd libvpx
  4. STRIP=../toolchain/bin/armv7ve-openelec-linux-gnueabi-strip NM=../toolchain/bin/armv7ve-openelec-linux-gnueabi-gcc-nm AR=../toolchain/bin/armv7ve-openelec-linux-gnueabi-gcc-ar AS=../toolchain/bin/armv7ve-openelec-linux-gnueabi-as CC=../toolchain/bin/armv7ve-openelec-linux-gnueabi-gcc LD=../toolchain/bin/armv7ve-openelec-linux-gnueabi-ld CXX=../toolchain/bin/armv7ve-openelec-linux-gnueabi-g++ LDFLAGS="-march=armv7ve -mtune=cortex-a7 -s -Wl,--as-needed -fPIC -DPIC " ./configure --target=armv7-linux-gcc --extra-cflags="-march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -fPIC -DPIC " --prefix=../toolchain/armv7ve-openelec-linux-gnueabi/sysroot/usr
  5. make clean
  6. make -j4
  7. make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement