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
5 ## - GStreamer is automatically disabled - for now - on 64-bit systems due
6 ## to common fatal incompatibilities; remove/comment these lines if you want
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.'
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.'
17 ## Everything below this line is just for advanced troubleshooters.
18 ##-------------------------------------------------------------------