shithub: openh264

Download patch

ref: 09f0254d5ed62a28cdb019a8726bf4a7bc03ce2e
parent: cc4507462b21e615a6328e99855bd8e5f659b065
author: Martin Storsjö <martin@martin.st>
date: Thu Jan 23 13:57:53 EST 2014

Remove the now unused long_t typedef

--- a/codec/processing/src/common/typedef.h
+++ b/codec/processing/src/common/typedef.h
@@ -75,7 +75,6 @@
 #endif
 
 typedef char    str_t    ; // [comment]: specific use plain char only for character parameters
-typedef long    long_t   ;
 typedef int32_t bool_t   ;
 
 #if defined(_WIN32) || defined(_MACH_PLATFORM) || defined(__GNUC__)