mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
move package gst-ffmpeg:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
c3a5300bd9
commit
0894fd5baa
@ -1,24 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build liboil
|
|
||||||
$SCRIPTS/build gstreamer
|
|
||||||
$SCRIPTS/build gst-plugins-base
|
|
||||||
#$SCRIPTS/build ffmpeg
|
|
||||||
$SCRIPTS/build bzip2
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--localstatedir=/var \
|
|
||||||
--disable-static \
|
|
||||||
--enable-shared \
|
|
||||||
--with-ffmpeg-extra-configure="--target-os=linux --cpu=$TARGET_CPU --cross-prefix=$TARGET_PREFIX --arch=$TARGET_ARCH"
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$MAKEINSTALL
|
|
@ -1,18 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install gstreamer
|
|
||||||
$SCRIPTS/install gst-plugins-base
|
|
||||||
#$SCRIPTS/install ffmpeg
|
|
||||||
$SCRIPTS/install zlib
|
|
||||||
|
|
||||||
|
|
||||||
PLUGINS_EXT="ffmpeg libpostproc libswscale"
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib/gstreamer-0.10
|
|
||||||
|
|
||||||
for p in $PLUGINS_EXT; do
|
|
||||||
cp -PR $PKG_BUILD/ext/$p/.libs/*.so \
|
|
||||||
$INSTALL/usr/lib/gstreamer-0.10
|
|
||||||
done
|
|
@ -1 +0,0 @@
|
|||||||
http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.9.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user