shithub: openh264

Download patch

ref: 6e715ddc1062769a7d32a5d7f3e279b38766e13e
parent: e61a6017f93a878b4ebd7b141223f873a56819a8
author: Martin Storsjö <[email protected]>
date: Thu May 8 06:02:04 EDT 2014

Make an endif comment match the actual condition

--- a/codec/common/inc/measure_time.h
+++ b/codec/common/inc/measure_time.h
@@ -79,7 +79,7 @@
   QueryPerformanceCounter ((LARGE_INTEGER*)&iMtimeCur);
   iResult = (int64_t) ((double)iMtimeCur * 1e6 / (double)iMtimeFreq + 0.5);
   return iResult;
-#endif//WIN32
+#endif//_WIN32
 }
 
 #ifdef __cplusplus