mirror of https://git.ffmpeg.org/ffmpeg.git
avutil/macos_kperf: add missing header guards
Fixes fate-source Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
9a727235fd
commit
f9d5050d28
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue