georgmartius / vid.stab

Video stabilization library
http://public.hronopik.de/vid.stab/
Other
838 stars 110 forks source link

Add GCC macros for byte order #100

Closed mannyamorim closed 3 years ago

mannyamorim commented 3 years ago

Add the feature test macros from GCC for the byte order detection. Reference is here: https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html

georgmartius commented 3 years ago

Thanks Emmanuel!