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
  • mips
  • float_dsp_mips.c
Find file
BlameHistoryPermalink
  • Vicente Olivert Riera's avatar
    mips: add support for R6 · ad16eff6
    Vicente Olivert Riera authored Feb 24, 2016
    Understanding the mips32r6 and mips64r6 ISAs in the configure script is
    not enough. In order to have full support for MIPS R6 in FFmpeg we need
    to be able to build it, and for that we need to make sure we don't use
    incompatible assembler code which makes the build fail. Ifdefing the
    offending code is sufficient to fix the problem.
    Signed-off-by: 's avatarVicente Olivert Riera <Vincent.Riera@imgtec.com>
    Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
    ad16eff6
float_dsp_mips.c 17.1 KB
EditWeb IDE

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