diff options
author | dknn <yoann.blein@free.fr> | 2012-07-09 13:42:11 (GMT) |
---|---|---|
committer | dknn <yoann.blein@free.fr> | 2012-09-22 09:01:24 (GMT) |
commit | 79ee86a4deeb29c1be6d6838e54aae32d4c3e1ec (patch) | |
tree | f40c79c2babbcc98b78ebea7326705cc2995c93f /Swiften/ScreenSharing/SConscript | |
parent | 68c8467913451099154b28d5a876ae14c1a9e1dd (diff) | |
download | swift-contrib-79ee86a4deeb29c1be6d6838e54aae32d4c3e1ec.zip swift-contrib-79ee86a4deeb29c1be6d6838e54aae32d4c3e1ec.tar.bz2 |
Fix dependency issue with libvpx
Diffstat (limited to 'Swiften/ScreenSharing/SConscript')
-rw-r--r-- | Swiften/ScreenSharing/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/ScreenSharing/SConscript b/Swiften/ScreenSharing/SConscript index a593296..1eeb443 100644 --- a/Swiften/ScreenSharing/SConscript +++ b/Swiften/ScreenSharing/SConscript @@ -8,6 +8,7 @@ sources = [ "OutgoingScreenSharingManager.cpp", "IncomingScreenSharingManager.cpp", "ScreenSharingManagerImpl.cpp", + "VP8RTPParser.cpp", ] objects = swiften_env.SwiftenObject(sources) @@ -28,7 +29,6 @@ if swiften_env["experimental"] : "VP8Encoder.cpp", "VP8Decoder.cpp", "VP8RTPPacketizer.cpp", - "VP8RTPParser.cpp", ]) swiften_env.Append(SWIFTEN_OBJECTS = [objects]) |