]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xan.c
ARM: NEON optimised vector_fmul_window
[ffmpeg] / libavcodec / xan.c
index 08e88caf84eeb704d150b8d7296d6ec73cac9b40..236c22c7ddf054997a2b59a802f82d2633929ae9 100644 (file)
@@ -33,6 +33,7 @@
 #include <string.h>
 #include <unistd.h>
 
+#include "libavutil/intreadwrite.h"
 #include "avcodec.h"
 
 typedef struct XanContext {
@@ -471,7 +472,7 @@ AVCodec xan_wc3_decoder = {
     xan_decode_end,
     xan_decode_frame,
     CODEC_CAP_DR1,
-    .long_name = "Wing Commander III / Xan",
+    .long_name = NULL_IF_CONFIG_SMALL("Wing Commander III / Xan"),
 };
 
 /*