diff options
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]) |