gst-ffmpeg:

- update to gst-ffmpeg-0.10.8.2
- build with included ffmpeg
This commit is contained in:
Stephan Raue 2009-09-28 14:19:31 +02:00
parent c6510161b3
commit 47e0e7e664
3 changed files with 4 additions and 6 deletions

View File

@ -6,7 +6,7 @@ $SCRIPTS/build toolchain
$SCRIPTS/build liboil
$SCRIPTS/build gstreamer
$SCRIPTS/build gst-plugins-base
$SCRIPTS/build ffmpeg
#$SCRIPTS/build ffmpeg
$SCRIPTS/build bzip2
cd $PKG_BUILD
@ -17,9 +17,7 @@ cd $PKG_BUILD
--localstatedir=/var \
--disable-static \
--enable-shared \
--enable-debug \
--disable-nls \
--with-system-ffmpeg \
--with-ffmpeg-extra-configure="--target-os=linux --cpu=$TARGET_CPU --cross-prefix=$TARGET_PREFIX --arch=$TARGET_ARCH"
make

View File

@ -4,7 +4,7 @@
$SCRIPTS/install gstreamer
$SCRIPTS/install gst-plugins-base
$SCRIPTS/install ffmpeg
#$SCRIPTS/install ffmpeg
$SCRIPTS/install zlib

View File

@ -1 +1 @@
http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.8.tar.bz2
http://gstreamer.freedesktop.org/src/gst-ffmpeg/pre/gst-ffmpeg-0.10.8.2.tar.bz2