]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/flicvideo.c
Allow a SIPR table to be used by the upcoming SIPR16k decoder
[ffmpeg] / libavcodec / flicvideo.c
index 9a3ac9f12908a155159d7bcce043507001994108..2ee7837f604ea8aaff55d181c42c1bf56104a4b3 100644 (file)
@@ -585,7 +585,7 @@ static int flic_decode_frame_15_16BPP(AVCodecContext *avctx,
                  * during decompression. So if it is required (i.e., this is not a LE target, we do
                  * a second pass over the line here, swapping the bytes.
                  */
-#ifdef WORDS_BIGENDIAN
+#if HAVE_BIGENDIAN
                 pixel_ptr = y_ptr;
                 pixel_countdown = s->avctx->width;
                 while (pixel_countdown > 0) {