summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordknn <yoann.blein@free.fr>2012-07-09 11:57:44 (GMT)
committerdknn <yoann.blein@free.fr>2012-09-22 09:00:01 (GMT)
commit68c8467913451099154b28d5a876ae14c1a9e1dd (patch)
tree50fdc9ff78f95fc783c1ac80b0a510426202ae38 /Swiften/ScreenSharing/VP8RTPPacketizer.h
parent88822191fbc4deaad178a969e06f9527082e02d2 (diff)
downloadswift-contrib-68c8467913451099154b28d5a876ae14c1a9e1dd.zip
swift-contrib-68c8467913451099154b28d5a876ae14c1a9e1dd.tar.bz2
Fix linking errors + add libvpx
Diffstat (limited to 'Swiften/ScreenSharing/VP8RTPPacketizer.h')
-rw-r--r--Swiften/ScreenSharing/VP8RTPPacketizer.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/Swiften/ScreenSharing/VP8RTPPacketizer.h b/Swiften/ScreenSharing/VP8RTPPacketizer.h
index 50cc8a0..d5343c0 100644
--- a/Swiften/ScreenSharing/VP8RTPPacketizer.h
+++ b/Swiften/ScreenSharing/VP8RTPPacketizer.h
@@ -6,12 +6,14 @@
#pragma once
-#include <boost/shared_ptr.hpp>
+#include <Swiften/Base/boost_bsignals.h>
+
#include <vector>
#include <stdint.h>
-#include <Swiften/Base/boost_bsignals.h>
-#include "vpx/vpx_encoder.h"
+#include <boost/shared_ptr.hpp>
+
+#include "vpx/vpx_encoder.h"
namespace Swift {
class VP8RTPPacketizer {