You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avutil/macos_kperf: add missing header guards
Fixes fate-source Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -16,7 +16,12 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef AVUTIL_MACOS_KPERF_H
|
||||
#define AVUTIL_MACOS_KPERF_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
int ff_kperf_init(void);
|
||||
uint64_t ff_kperf_cycles(void);
|
||||
|
||||
#endif /* AVUTIL_MACOS_KPERF_H */
|
||||
|
Reference in New Issue
Block a user