Index: branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
===================================================================
--- branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp	(revision 1169)
+++ branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp	(revision 1170)
@@ -2867,5 +2867,5 @@
   }
   READ_FLAG( uiCode, "all_ref_layers_active_flag" ); vps->setIlpSshSignalingEnabledFlag(uiCode ? true : false);
-#if VPS_EXTN_PROFILE_INFO
+
   // Profile-tier-level signalling
   READ_UVLC(  uiCode, "vps_num_profile_tier_level_minus1"); vps->setNumProfileTierLevel( uiCode + 1 );
@@ -2894,5 +2894,4 @@
 #endif
   }
-#endif
 
   if( vps->getNumLayerSets() > 1 )
