Romain Vimont
|
ab912c23e7
|
Define feature test macros in common.h
This enables necessary functions once for all.
As a consequence, define common.h before any other header.
|
2021-01-17 14:08:48 +01:00 |
|
Romain Vimont
|
199c74f62f
|
Declare main() with argc/argv params in tests
Declaring the main method as "int main(void)" causes issues with SDL.
Fixes #1209 <https://github.com/Genymobile/scrcpy/issues/1209>
|
2020-07-15 12:17:04 +02:00 |
|
Romain Vimont
|
dfd0707a29
|
Move utilities to util/
|
2019-11-24 11:53:23 +01:00 |
|
Romain Vimont
|
b38292cd69
|
Add generic circular buffer
Add a circular buffer implementation, to factorize multiple specific
queues implementation.
|
2019-05-30 22:30:18 +02:00 |
|