Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
b4690091
Commit
b4690091
authored
Oct 07, 2017
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Merge mach/mach_time.h and mach_absolute_time() checks
parent
4f6401df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
configure
configure
+1
-3
timer.h
libavutil/timer.h
+1
-1
No files found.
configure
View file @
b4690091
...
...
@@ -1556,7 +1556,6 @@ HEADERS_LIST="
dxgidebug_h
dxva_h
io_h
mach_mach_time_h
machine_ioctl_bt848_h
machine_ioctl_meteor_h
malloc_h
...
...
@@ -4565,7 +4564,6 @@ check_func gettimeofday
check_func gmtime_r
check_func isatty
check_func localtime_r
check_func mach_absolute_time
check_func mkstemp
check_func mmap
check_func mprotect
...
...
@@ -4579,6 +4577,7 @@ check_func sysctl
check_func usleep
check_func_headers io.h setmode
check_func_headers mach/mach_time.h mach_absolute_time
check_func_headers stdlib.h getenv
check_func_headers windows.h GetProcessAffinityMask
...
...
@@ -4596,7 +4595,6 @@ check_header dxgidebug.h
check_header dxva.h
check_header dxva2api.h
check_header io.h
check_header mach/mach_time.h
check_header malloc.h
check_header poll.h
check_header sys/param.h
...
...
libavutil/timer.h
View file @
b4690091
...
...
@@ -32,7 +32,7 @@
#include "config.h"
#if HAVE_MACH_
MACH_TIME_H
#if HAVE_MACH_
ABSOLUTE_TIME
#include <mach/mach_time.h>
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment