Index: branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
===================================================================
--- branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp	(revision 1187)
+++ branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp	(revision 1188)
@@ -1444,5 +1444,7 @@
         rps->setNumberOfPictures(offset);
       }
-#if DPB_CONSTRAINTS
+
+#if SVC_EXTENSION
+      // DPB constraints
       if( pcSlice->getVPS()->getVpsExtensionFlag() == 1 )
       {
@@ -1476,4 +1478,5 @@
       }
 #endif
+
       if ( pcSlice->getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_LP
         || pcSlice->getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_RADL
