Skip to content
  • Carl Eugen Hoyos's avatar
    lsws/rgb2rgb_template: Do not compile unneeded shuffle functions on big-endian. · 3a56ade1
    Carl Eugen Hoyos authored
    Fixes the following warnings:
    In file included from libswscale/rgb2rgb.c:128:0:
    libswscale/rgb2rgb_template.c:346:13: warning: 'shuffle_bytes_3210_c' defined but not used
    libswscale/rgb2rgb_template.c:346:13: warning: 'shuffle_bytes_3012_c' defined but not used
    libswscale/rgb2rgb_template.c:346:13: warning: 'shuffle_bytes_1230_c' defined but not used
    3a56ade1