move package x264:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 11:08:33 +02:00
parent f30f98a8f6
commit 3befbd5017
3 changed files with 0 additions and 23 deletions

View File

@ -1,16 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--prefix=/usr \
--enable-mp4-output \
--enable-pthread \
--enable-shared \
--disable-asm
make
$MAKEINSTALL

View File

@ -1,6 +0,0 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/renderutil/.libs/*.so* $INSTALL/usr/lib

View File

@ -1 +0,0 @@
ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20090718-2245.tar.bz2