update to Mesa-7.5-rc3, variuos test to gst-ffmpeg (not working)

This commit is contained in:
Stephan Raue 2009-06-07 22:13:36 +02:00
parent 1f52d273c6
commit 7ae047f895
6 changed files with 7 additions and 18 deletions

View File

@ -1,11 +0,0 @@
--- Mesa-7.4/src/glx/x11/drisw_glx.c 2009-01-22 17:38:33.000000000 +0000
+++ Mesa-7.4/src/glx/x11/drisw_glx.c.fixed 2009-04-03 23:25:17.000000000 +0100
@@ -405,6 +405,8 @@
psp->createContext = driCreateContext;
psp->createDrawable = driCreateDrawable;
psp->swapBuffers = driSwapBuffers;
+ psp->waitX = NULL;
+ psp->waitGL = NULL;
return psp;

View File

@ -1,2 +1,2 @@
http://www.mesa3d.org/beta/MesaLib-7.5-rc2.tar.gz
http://mesa3d.org/beta/MesaDemos-7.5-rc2.tar.gz
http://www.mesa3d.org/beta/MesaLib-7.5-rc3.tar.gz
http://mesa3d.org/beta/MesaDemos-7.5-rc3.tar.gz

View File

@ -4,7 +4,7 @@
$SCRIPTS/build toolchain
$SCRIPTS/build liboil
#$SCRIPTS/build ffmpeg
$SCRIPTS/build ffmpeg
$SCRIPTS/build bzip2
$SCRIPTS/build gstreamer
@ -25,7 +25,7 @@ cd $PKG_BUILD
--disable-static \
--enable-shared \
--disable-nls \
# --with-system-ffmpeg \
--with-system-ffmpeg \
make

View File

@ -5,7 +5,7 @@
$SCRIPTS/install gstreamer
#$SCRIPTS/install liboil
#$SCRIPTS/install bzip2
#$SCRIPTS/install ffmpeg
$SCRIPTS/install ffmpeg
PLUGINS_EXT="ffmpeg libpostproc libswscale"

View File

@ -1 +1 @@
http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.6.tar.bz2
http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.7.tar.bz2

View File

@ -56,7 +56,7 @@ case "$2" in
$SCRIPTS/install gst-plugins-good
$SCRIPTS/install gst-plugins-bad
$SCRIPTS/install gst-plugins-ugly
$SCRIPTS/install gst-ffmpeg
# $SCRIPTS/install gst-ffmpeg
$SCRIPTS/install gnome-dvb-daemon
# if [ "$BOOTCHART" = yes ]; then