hpeldsp_template: Drop av_unused attribute from *_no_rnd_pixels16_8_c functions
authorDiego Biurrun <diego@biurrun.de>
Fri, 10 Jan 2014 15:37:23 +0000 (16:37 +0100)
committerDiego Biurrun <diego@biurrun.de>
Wed, 26 Mar 2014 11:31:27 +0000 (04:31 -0700)
libavcodec/hpeldsp_template.c

index 6869fe2..246421e 100644 (file)
@@ -309,9 +309,9 @@ CALL_2X_PIXELS(OPNAME ## _pixels16_y2_8_c,                              \
 CALL_2X_PIXELS(OPNAME ## _pixels16_xy2_8_c,                             \
                OPNAME ## _pixels8_xy2_8_c,                              \
                8)                                                       \
-av_unused CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_8_c,                \
-                         OPNAME ## _pixels8_8_c,                        \
-                         8)                                             \
+CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_8_c,                          \
+               OPNAME ## _pixels8_8_c,                                  \
+               8)                                                       \
 CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_x2_8_c,                       \
                OPNAME ## _no_rnd_pixels8_x2_8_c,                        \
                8)                                                       \