mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
faac:
- build and install as shared lib
This commit is contained in:
parent
37ebe37cc0
commit
8310c9f65c
@ -5,17 +5,16 @@
|
|||||||
$SCRIPTS/build toolchain
|
$SCRIPTS/build toolchain
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
#./bootstrap
|
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-static \
|
--disable-static \
|
||||||
--disable-shared \
|
--enable-shared \
|
||||||
--with-mp4v2
|
--with-mp4v2
|
||||||
|
|
||||||
make -C libfaac
|
make -C libfaac
|
||||||
|
|
||||||
#$STRIP libfaac/.libs/*.so*
|
|
||||||
|
|
||||||
$MAKEINSTALL -C libfaac
|
$MAKEINSTALL -C libfaac
|
||||||
cp -PR include/*.h $SYSROOT_PREFIX/usr/include
|
|
||||||
|
mkdir -p $SYSROOT_PREFIX/usr/include
|
||||||
|
cp -PR include/*.h $SYSROOT_PREFIX/usr/include
|
||||||
|
6
packages/audio/faac/install
Executable file
6
packages/audio/faac/install
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp -PR $PKG_BUILD/libfaac/.libs/*.so* $INSTALL/usr/lib
|
Loading…
x
Reference in New Issue
Block a user