mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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 libogg
|
||||
$SCRIPTS/build libvorbis
|
||||
#$SCRIPTS/build SDL
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-examples \
|
||||
--disable-sdltest \
|
||||
--disable-dependency-tracking \
|
||||
@ -23,7 +22,6 @@ cd $PKG_BUILD
|
||||
--with-vorbis=$SYSROOT_PREFIX/usr \
|
||||
--with-vorbis-libraries=$SYSROOT_PREFIX/usr/lib \
|
||||
--with-vorbis-includes=$SYSROOT_PREFIX/usr/include \
|
||||
# --with-sdl-prefix=$SYSROOT_PREFIX/usr
|
||||
|
||||
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