mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
macos_kperf: fix incomplete prototype
This commit is contained in:
parent
c644aabec8
commit
983af74452
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ void ff_kperf_init(void)
|
|||
ff_thread_once(&init_static_once, kperf_init);
|
||||
}
|
||||
|
||||
uint64_t ff_kperf_cycles()
|
||||
uint64_t ff_kperf_cycles(void)
|
||||
{
|
||||
uint64_t counters[COUNTERS_COUNT];
|
||||
if (kpc_get_thread_counters(0, COUNTERS_COUNT, counters)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue