summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordknn <yoann.blein@free.fr>2012-06-26 14:05:35 (GMT)
committerdknn <yoann.blein@free.fr>2012-09-22 08:53:12 (GMT)
commit39ac2af90938aec4f4e43b81a6e043e0ebcdd798 (patch)
treeadd99f9eb287778191ebde47917adbaa96a39b8a /Swiften/ScreenSharing/SConscript
parentf374887e7a27831771304a09a74d6cd54f8ef4e4 (diff)
downloadswift-contrib-39ac2af90938aec4f4e43b81a6e043e0ebcdd798.zip
swift-contrib-39ac2af90938aec4f4e43b81a6e043e0ebcdd798.tar.bz2
Single threaded codec
Diffstat (limited to 'Swiften/ScreenSharing/SConscript')
-rw-r--r--Swiften/ScreenSharing/SConscript6
1 files changed, 4 insertions, 2 deletions
diff --git a/Swiften/ScreenSharing/SConscript b/Swiften/ScreenSharing/SConscript
index 21b8aa9..3658173 100644
--- a/Swiften/ScreenSharing/SConscript
+++ b/Swiften/ScreenSharing/SConscript
@@ -1,9 +1,11 @@
Import("swiften_env", "env")
sources = [
- "VideoFrame.cpp",
- "VideoEncoder.cpp",
+ "Image.cpp",
"VP8Encoder.cpp",
+ "VP8RTPPacketizer.cpp",
+ "VP8Decoder.cpp",
+ "VP8RTPParser.cpp",
]
swiften_env.Append(SWIFTEN_OBJECTS = swiften_env.SwiftenObject(sources))