x264: removed a junk file

This commit is contained in:
Danny Rawlins 2007-06-25 18:47:25 +10:00
parent bcbe8e0000
commit 4ad573b8fe

View File

@ -1,23 +0,0 @@
# Description: x264 is a free library for encoding H264/AVC video streams (snapshot).
# URL: http://developers.videolan.org/x264.html
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Rouven Schuerch, rs at tegonal dot com
# Depends on:
name=x264
version=r654
release=1
source=(http://romster.shortcircuit.net.au/crux/source/x264-snapshot-$version.tar.bz2)
build() {
cd x264
sed -i -e 's|^ CFLAGS="-O4 -ffast-math $CFLAGS"$| CFLAGS="$CFLAGS -O3 -ffast-math"|' configure
./configure \
--prefix=/usr \
--enable-pthread \
--enable-shared
make
make DESTDIR=$PKG install
}