mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
update to Mesa-7.5-rc3, variuos test to gst-ffmpeg (not working)
This commit is contained in:
parent
1f52d273c6
commit
7ae047f895
@ -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;
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
$SCRIPTS/install gstreamer
|
||||
#$SCRIPTS/install liboil
|
||||
#$SCRIPTS/install bzip2
|
||||
#$SCRIPTS/install ffmpeg
|
||||
$SCRIPTS/install ffmpeg
|
||||
|
||||
PLUGINS_EXT="ffmpeg libpostproc libswscale"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user