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
  • libswscale
  • arm
  • swscale_unscaled.c
Find file
BlameHistoryPermalink
  • Martin Storsjö's avatar
    arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supported · f33f7284
    Martin Storsjö authored Mar 31, 2018
    Vanilla clang supports altmacro since clang 5.0, and thus doesn't
    require gas-preprocessor for building the arm assembly any longer.
    
    However, the built-in assembler doesn't support .dn directives.
    
    This readds checks that were removed in d7320ca3, when
    the last usage of .dn directives within libav were removed.
    
    Alternatively, the assembly could be rewritten to not use the
    .dn directive, making it available to clang users.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    f33f7284
swscale_unscaled.c 10.8 KB
EditWeb IDE

Replace swscale_unscaled.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.