1 2 3 4 5 6 7 8 9 10 11 12 13
Import("swiften_env", "env") sources = [ "Image.cpp", "VP8Encoder.cpp", "VP8RTPPacketizer.cpp", "VP8Decoder.cpp", "VP8RTPParser.cpp", ] swiften_env.Append(SWIFTEN_OBJECTS = swiften_env.SwiftenObject(sources)) env.Append(UNITTEST_SOURCES = [])