mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libvpx: remove package, no longer needed
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
832394b09e
commit
35e680db9a
@ -1,51 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
case $TARGET_ARCH in
|
||||
i386)
|
||||
TGT=x86-linux-gcc
|
||||
;;
|
||||
|
||||
x86_64)
|
||||
TGT=x86_64-linux-gcc
|
||||
;;
|
||||
|
||||
arm)
|
||||
TGT=armv7-linux-gcc
|
||||
;;
|
||||
esac
|
||||
|
||||
export MAKEFLAGS=-j1
|
||||
export LD="$CC"
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --target=$TGT \
|
||||
--cpu=$TARGET_CPU \
|
||||
--prefix=/usr \
|
||||
--enable-shared \
|
||||
--enable-runtime-cpu-detect \
|
||||
--enable-optimizations \
|
||||
--enable-extra-warnings \
|
||||
--disable-werror \
|
||||
--log \
|
||||
--enable-vp8 \
|
||||
--enable-postproc \
|
||||
--enable-multithread \
|
||||
--enable-spatial-resampling \
|
||||
--enable-pic \
|
||||
--disable-ccache \
|
||||
--disable-debug \
|
||||
--disable-gprof \
|
||||
--disable-gcov \
|
||||
--disable-install-docs \
|
||||
--enable-install-bins \
|
||||
--enable-install-libs \
|
||||
--disable-install-srcs \
|
||||
--enable-libs \
|
||||
--disable-examples \
|
||||
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
LIBVPX_SO=`ls -d $PKG_BUILD/libvpx.so*`
|
||||
LIBVPX_SONAME=`basename $LIBVPX_SO`
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp $PKG_BUILD/libvpx.so* $INSTALL/usr/lib
|
||||
ln -sf $LIBVPX_SONAME $INSTALL/usr/lib/libvpx.so.0
|
||||
ln -sf $LIBVPX_SONAME $INSTALL/usr/lib/libvpx.so.0.9
|
@ -1 +0,0 @@
|
||||
http://webm.googlecode.com/files/libvpx-0.9.1.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user