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
  • ppc
  • hevcdsp.c
Find file
BlameHistoryPermalink
  • Michael Niedermayer's avatar
    avcodec/ppc/hevcdsp: Fix build failures with powerpc-linux-gnu-gcc-4.8 with --disable-optimizations · 2c64a6bc
    Michael Niedermayer authored Dec 04, 2018
    The affected functions could also be changed into macros, this is the
    smaller change to fix it though. And avoids (probably) less readable macros
    The extra code should be optimized out when optimizations are done as all values
    are known at build after inlining.
    Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
    2c64a6bc
hevcdsp.c 3.59 KB
EditWeb IDE

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