• Andreas Rheinhardt's avatar
    avcodec/fdctdsp: Mark functions as hidden · 27b43643
    Andreas Rheinhardt authored
    Pointers to these functions are used in comparisons.
    Currently the compiler has to presume the worst for these,
    namely that the functions are from another DSO and therefore
    loads their addresses from the GOT (which also entails a
    relocation entry that is processed at runtime, regardless
    of whether the code using them is run or not). This changes
    after these functions are declared as hidden.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
    27b43643
fdctdsp.h 1.66 KB