mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libtheora:
- build as shared lib
This commit is contained in:
parent
bcf834a5da
commit
476dc5d07c
@ -5,15 +5,14 @@
|
|||||||
$SCRIPTS/build toolchain
|
$SCRIPTS/build toolchain
|
||||||
$SCRIPTS/build libogg
|
$SCRIPTS/build libogg
|
||||||
$SCRIPTS/build libvorbis
|
$SCRIPTS/build libvorbis
|
||||||
#$SCRIPTS/build SDL
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--enable-static \
|
--disable-static \
|
||||||
--disable-shared \
|
--enable-shared \
|
||||||
--disable-examples \
|
--disable-examples \
|
||||||
--disable-sdltest \
|
--disable-sdltest \
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
@ -23,7 +22,6 @@ cd $PKG_BUILD
|
|||||||
--with-vorbis=$SYSROOT_PREFIX/usr \
|
--with-vorbis=$SYSROOT_PREFIX/usr \
|
||||||
--with-vorbis-libraries=$SYSROOT_PREFIX/usr/lib \
|
--with-vorbis-libraries=$SYSROOT_PREFIX/usr/lib \
|
||||||
--with-vorbis-includes=$SYSROOT_PREFIX/usr/include \
|
--with-vorbis-includes=$SYSROOT_PREFIX/usr/include \
|
||||||
# --with-sdl-prefix=$SYSROOT_PREFIX/usr
|
|
||||||
|
|
||||||
make -C lib
|
make -C lib
|
||||||
|
|
||||||
|
9
packages/multimedia/libtheora/install
Executable file
9
packages/multimedia/libtheora/install
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/install libogg
|
||||||
|
$SCRIPTS/install libvorbis
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp -PR $PKG_BUILD/lib/.libs/libtheora*.so* $INSTALL/usr/lib
|
Loading…
x
Reference in New Issue
Block a user