aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/media_plugins
diff options
context:
space:
mode:
authorArmin Weatherwax2010-06-14 17:51:51 +0200
committerArmin Weatherwax2010-09-23 15:42:38 +0200
commit093b99196f27b518b183953cade1077fa6d7c5ed (patch)
tree154ce4bfa2fbdeae561aa4b115568e4ec2680861 /linden/indra/media_plugins
parentupdate to latest SG2 media_plugins (diff)
downloadmeta-impy-093b99196f27b518b183953cade1077fa6d7c5ed.zip
meta-impy-093b99196f27b518b183953cade1077fa6d7c5ed.tar.gz
meta-impy-093b99196f27b518b183953cade1077fa6d7c5ed.tar.bz2
meta-impy-093b99196f27b518b183953cade1077fa6d7c5ed.tar.xz
update llplugin to latest version of SG2, pull latest webkit
Diffstat (limited to 'linden/indra/media_plugins')
-rwxr-xr-xlinden/indra/media_plugins/webkit/media_plugin_webkit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/media_plugins/webkit/media_plugin_webkit.cpp b/linden/indra/media_plugins/webkit/media_plugin_webkit.cpp
index 28c6e98..09ba8dc 100755
--- a/linden/indra/media_plugins/webkit/media_plugin_webkit.cpp
+++ b/linden/indra/media_plugins/webkit/media_plugin_webkit.cpp
@@ -47,6 +47,7 @@
47 47
48// set to 1 if you're using the version of llqtwebkit that's QPixmap-ified 48// set to 1 if you're using the version of llqtwebkit that's QPixmap-ified
49#if LL_LINUX 49#if LL_LINUX
50# include <iomanip>
50# define LL_QTWEBKIT_USES_PIXMAPS 0 51# define LL_QTWEBKIT_USES_PIXMAPS 0
51#else 52#else
52# define LL_QTWEBKIT_USES_PIXMAPS 0 53# define LL_QTWEBKIT_USES_PIXMAPS 0