]> git.sesse.net Git - vlc/commitdiff
swscale: fix compilation if avcodec and avformat are disabled
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 27 Oct 2014 19:09:56 +0000 (12:09 -0700)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 27 Oct 2014 19:09:56 +0000 (12:09 -0700)
modules/codec/avcodec/avcommon.h

index 2f262a7ac63a273aedc7ce29edee27f134fd6f87..1373487d83cac8b629e911d4cd594aa3e2daf23f 100644 (file)
@@ -39,6 +39,7 @@
 #ifdef HAVE_LIBAVUTIL_AVUTIL_H
 # include <libavutil/avutil.h>
 # include <libavutil/dict.h>
+# include <libavutil/cpu.h>
 # include <libavutil/log.h>
 
 #define AV_OPTIONS_TEXT     "Advanced options"