Romain Vimont
|
041cdf6cf5
|
Rename buffer_util.h to binary.h
It will allow to expose more binary util functions not related to
buffers.
PR #3369 <https://github.com/Genymobile/scrcpy/pull/3369>
|
2022-08-28 15:23:08 +02:00 |
|
Romain Vimont
|
5c62f3419d
|
Rename buffer util functions with sc_ prefix
|
2022-02-12 09:12:46 +01:00 |
|
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 |
|
Yu-Chen Lin
|
b2bf25c52c
|
Add test_buffer_util
Signed-off-by: Yu-Chen Lin <npes87184@gmail.com>
|
2019-12-04 19:24:59 +01:00 |
|