mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-03 16:15:40 +00:00
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>
This commit is contained in:
parent
136ab8c199
commit
041cdf6cf5
6 changed files with 20 additions and 20 deletions
|
@ -245,8 +245,8 @@ if get_option('buildtype') == 'debug'
|
|||
'src/util/str.c',
|
||||
'src/util/strbuf.c',
|
||||
]],
|
||||
['test_buffer_util', [
|
||||
'tests/test_buffer_util.c',
|
||||
['test_binary', [
|
||||
'tests/test_binary.c',
|
||||
]],
|
||||
['test_cbuf', [
|
||||
'tests/test_cbuf.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue