1
0
forked from ports/contrib

gst-ffmpeg: 0.10.3 -> 0.10.4

This commit is contained in:
Danny Rawlins 2008-05-24 00:46:53 +10:00
parent f84f53058d
commit 6165d5a55d
2 changed files with 3 additions and 6 deletions

View File

@ -1 +1 @@
985c563c4a4d78b33656f6f30aa2fd9d gst-ffmpeg-0.10.3.tar.gz
6e71e37bf5c957264d4407c5f9f2a4bc gst-ffmpeg-0.10.4.tar.gz

View File

@ -5,16 +5,13 @@
# Depends on: gst-plugins-base
name=gst-ffmpeg
version=0.10.3
version=0.10.4
release=1
source=(http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-$version.tar.gz)
build() {
cd gst-ffmpeg-$version
CFLAGS="`echo $CFLAGS | sed -e 's/-O[s0-3]/-O2/'`" # touchy on what -O level will work
[ -z "`echo $CFLAGS | grep '\-fomit-frame-pointer'`" ] && CFLAGS="$CFLAGS -fomit-frame-pointer"
export CFLAGS
unset CFLAGS CXXFLAGS
./configure \
--prefix=/usr \