summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordknn <yoann.blein@free.fr>2012-08-29 11:14:36 (GMT)
committerdknn <yoann.blein@free.fr>2012-09-22 09:34:49 (GMT)
commit56b5b129c2fbea3828faaf0cdf882534c2433eff (patch)
tree14022983fdcd54c7bcc61f77f12dbe1d7e13f973 /Swiften/ScreenSharing/SConscript
parent6247ed394302ff2cf1f33a71df808bebf7241242 (diff)
downloadswift-contrib-56b5b129c2fbea3828faaf0cdf882534c2433eff.zip
swift-contrib-56b5b129c2fbea3828faaf0cdf882534c2433eff.tar.bz2
Better error resilience
Diffstat (limited to 'Swiften/ScreenSharing/SConscript')
-rw-r--r--Swiften/ScreenSharing/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/ScreenSharing/SConscript b/Swiften/ScreenSharing/SConscript
index aefe45b..1797828 100644
--- a/Swiften/ScreenSharing/SConscript
+++ b/Swiften/ScreenSharing/SConscript
@@ -10,6 +10,7 @@ sources = [
"ScreenSharingManagerImpl.cpp",
"VP8RTPParser.cpp",
"InputEventResponder.cpp",
+ "ReferencePictureSelection.cpp",
]
objects = swiften_env.SwiftenObject(sources)