Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
F
ffmpeg
  • 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
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • ffmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • libavutil
  • time.c
Find file
BlameHistoryPermalink
  • Wang Bin's avatar
    avutil/tile: check clock_gettime at runtime for apple platforms · 0e8b68a2
    Wang Bin authored Jan 09, 2017
    clock_gettime is avalible since macOS 10.12 and iOS 10.0. Because of
    weak linking, clock_gettime can be build without error with new
    macOS/iOS sdk, but the symbol may not exist on the target system.
    Explicitly checking the symbol is required.
    https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/WeakLinking.htmlSigned-off-by: 's avatarWang Bin <wbsecg1@gmail.com>
    Signed-off-by: 's avatarSteven Liu <lq@chinaffmpeg.org>
    0e8b68a2
time.c 2.31 KB
EditWeb IDE

Replace time.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.