An error occurred while loading the file. Please try again.
-
Adrian Grange authored
Modifications to the spatial scalable encoder to match changes made to the scaling code in the decoder. In particular, the use of a dummy first frame was removed now that the decoder is able to handle a smaller first frame. SvcTest.FirstFrameHasLayers unit test re-enabled. Change-Id: Ic2e91fbe4eadf95895569947670d36d68abaf458
475d1d60
xmlpatterns.pri 491 B
QT += core-private xmlpatterns xmlpatterns-private
wince*: {
patternsdk.files = $$QT.xmlpatterns.libs/QtXmlPatternsSDK*.dll
patternsdk.path = .
basedata.files = xmlpaternsxqts/Baseline.xml
basedata.path = .
DEPLOYMENT += patternsdk
QT += network
}
QT -= gui
XMLPATTERNS_SDK = QtXmlPatternsSDK
if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
win32: XMLPATTERNS_SDK = $${XMLPATTERNS_SDK}d
else: XMLPATTERNS_SDK = $${XMLPATTERNS_SDK}_debug
}