shithub: openh264

Download patch

ref: 054530fdb45cfa666e5c000d4b58b830dc48b87e
parent: ff33fdeb8ea4dc2792c2bc91d56fcbaad5d29dbd
parent: 6e715ddc1062769a7d32a5d7f3e279b38766e13e
author: volvet <[email protected]>
date: Thu May 8 16:59:18 EDT 2014

Merge pull request #800 from mstorsjo/matching-endif

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