summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-22 12:32:07 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-22 12:32:07 +0000
commitaa654ae427a8b6566494186f72c505e371d8ca00 (patch)
tree08c674a01f31557ed5bd84cbd7f042e9b1e6e0e2
parentcd368847dd2267e9ff3d1d871c8cad5f1bffa287 (diff)
more work on the linux volume-catcher.
-rw-r--r--indra/media_plugins/webkit/linux_volume_catcher.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/media_plugins/webkit/linux_volume_catcher.cpp b/indra/media_plugins/webkit/linux_volume_catcher.cpp
index 637560eaab..c2d8885dc0 100644
--- a/indra/media_plugins/webkit/linux_volume_catcher.cpp
+++ b/indra/media_plugins/webkit/linux_volume_catcher.cpp
@@ -31,6 +31,10 @@
* @endcond
*/
+#include "linden_common.h"
+
+#include <glib.h>
+
#include <pulse/introspect.h>
#include <pulse/context.h>
#include <pulse/subscribe.h>
@@ -40,6 +44,7 @@ class LinuxVolumeCatcherImpl
{
public:
//void setVol(F32 volume); // 0.0-1.0
+ //void pump(void);
//LinuxVolumeCatcherImpl *impl;
private:
@@ -50,3 +55,5 @@ private:
std::set<U32> mSinkInputIndices;
std::map<U32,U32> mSinkInputNumChannels;
}
+
+