]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/exr.c
aactab: move ltp_coef[] from aacdectab to aactab
[ffmpeg] / libavcodec / exr.c
index 3b6b245187075230f6d208dca1368c3fea220ec1..86a99086fe5966de535c0591887fad4d3a282f98 100644 (file)
@@ -1426,6 +1426,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
     return 0;
 }
 
+#if HAVE_THREADS
 static int decode_init_thread_copy(AVCodecContext *avctx)
 {    EXRContext *s = avctx->priv_data;
 
@@ -1436,6 +1437,7 @@ static int decode_init_thread_copy(AVCodecContext *avctx)
 
     return 0;
 }
+#endif
 
 static av_cold int decode_end(AVCodecContext *avctx)
 {