diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-06-25 18:47:25 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-06-25 18:47:25 +1000 |
commit | 4ad573b8fe0361a1277fbcc27910d703d7527d9a (patch) | |
tree | 16b9ac1e69c8242cf0da3ce5505d25fdcfc5006d /x264 | |
parent | bcbe8e0000fec83ca0f92e52e5cf7e1d3de4359b (diff) | |
download | contrib-4ad573b8fe0361a1277fbcc27910d703d7527d9a.tar.gz contrib-4ad573b8fe0361a1277fbcc27910d703d7527d9a.tar.xz |
x264: removed a junk file
Diffstat (limited to 'x264')
-rw-r--r-- | x264/Pkgfile~ | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x264/Pkgfile~ b/x264/Pkgfile~ deleted file mode 100644 index 0e42d1540..000000000 --- a/x264/Pkgfile~ +++ /dev/null @@ -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 -} - |