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
  • libavcodec
  • arm
  • hevcdsp_deblock_neon.S
Find file
BlameHistoryPermalink
  • Martin Storsjö's avatar
    arm: hevcdsp: Avoid using macro expansion counters · 6660bc03
    Martin Storsjö authored Mar 31, 2018
    Clang supports the macro expansion counter (used for making unique
    labels within macro expansions), but not when targeting darwin.
    
    Convert uses of the counter into normal local labels, as used
    elsewhere.
    
    Since Xcode 9.3, the bundled clang supports altmacro and doesn't
    require using gas-preprocessor any longer.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    6660bc03
hevcdsp_deblock_neon.S 10.1 KB
EditWeb IDE

Replace hevcdsp_deblock_neon.S

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.