mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libmpeg2:
- build and install as shared lib
This commit is contained in:
parent
c7b2b26ea2
commit
714e817f55
@ -8,8 +8,8 @@ cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-sdl \
|
||||
--without-x
|
||||
|
||||
|
7
packages/multimedia/libmpeg2/install
Executable file
7
packages/multimedia/libmpeg2/install
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libmpeg2/.libs/*.so* $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libmpeg2/convert/.libs/*.so* $INSTALL/usr/lib
|
Loading…
x
Reference in New Issue
Block a user