summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Swiften/SConscript2
-rw-r--r--Swiften/ScreenSharing/SConscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript
index 78c20e5..b8ca1d9 100644
--- a/Swiften/SConscript
+++ b/Swiften/SConscript
@@ -5,9 +5,9 @@ Import("env")
################################################################################
# Flags
################################################################################
-swiften_dep_modules = ["BOOST", "GCONF", "ICU", "LIBIDN", "ZLIB", "OPENSSL", "LIBXML", "EXPAT", "AVAHI", "LIBMINIUPNPC", "LIBNATPMP", "SQLITE", "SQLITE_ASYNC", "JRTPLIB"]
+swiften_dep_modules = ["BOOST", "GCONF", "ICU", "LIBIDN", "ZLIB", "OPENSSL", "LIBXML", "EXPAT", "AVAHI", "LIBMINIUPNPC", "LIBNATPMP", "SQLITE", "SQLITE_ASYNC", "JRTPLIB", "LIBVPX"]
external_swiften_dep_modules = ["BOOST"]
if env["SCONS_STAGE"] == "flags" :
env["SWIFTEN_DLL"] = env["swiften_dll"]
diff --git a/Swiften/ScreenSharing/SConscript b/Swiften/ScreenSharing/SConscript
index a593296..1eeb443 100644
--- a/Swiften/ScreenSharing/SConscript
+++ b/Swiften/ScreenSharing/SConscript
@@ -7,8 +7,9 @@ sources = [
"IncomingScreenSharing.cpp",
"OutgoingScreenSharingManager.cpp",
"IncomingScreenSharingManager.cpp",
"ScreenSharingManagerImpl.cpp",
+ "VP8RTPParser.cpp",
]
objects = swiften_env.SwiftenObject(sources)
@@ -27,9 +28,8 @@ if swiften_env["experimental"] :
objects += libvpx_env.SwiftenObject([
"VP8Encoder.cpp",
"VP8Decoder.cpp",
"VP8RTPPacketizer.cpp",
- "VP8RTPParser.cpp",
])
swiften_env.Append(SWIFTEN_OBJECTS = [objects])