updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / secondlife-standalone-maint-svn / wrapper_always_use_gstreamer.patch
blobae6bc32173cfc8af8b9b3296e071c33677eb2aa5
1 diff -Naur o/indra/newview/linux_tools/wrapper.sh p/indra/newview/linux_tools/wrapper.sh
2 --- o/indra/newview/linux_tools/wrapper.sh 2009-08-19 21:07:42.000000000 +0200
3 +++ p/indra/newview/linux_tools/wrapper.sh 2009-08-19 21:10:22.895478324 +0200
4 @@ -48,10 +48,10 @@
5 ## - GStreamer is automatically disabled - for now - on 64-bit systems due
6 ## to common fatal incompatibilities; remove/comment these lines if you want
7 ## to try anyway.
8 -if [ "`uname -m`" = "x86_64" ]; then
9 - export LL_DISABLE_GSTREAMER=x
10 - echo '64-bit Linux detected: Disabling GStreamer (streaming video and music) by default; edit ./secondlife to re-enable.'
11 -fi
12 +#if [ "`uname -m`" = "x86_64" ]; then
13 +# export LL_DISABLE_GSTREAMER=x
14 +# echo '64-bit Linux detected: Disabling GStreamer (streaming video and music) by default; edit ./secondlife to re-enable.'
15 +#fi
17 ## Everything below this line is just for advanced troubleshooters.
18 ##-------------------------------------------------------------------