Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-06-13 00:00:12 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 15:33:45 +0300
commit2c05ee092bda386cfaa6c0cd231ec64987335cfd (patch)
treed4df8b11047d8e73b82e214e8a39bdb5dbe696b3 /libavcodec/h263dec.c
parentf6f85d9582df178f9beca7c1d74a0777d4e9597f (diff)
avutil/internal, swresample/audioconvert: Remove cpu.h inclusions
These inclusions are not necessary, as cpu.h is already included wherever it is needed (via direct inclusion or via the arch-specific headers). Also remove other unnecessary cpu.h inclusions from ordinary non-headers. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r--libavcodec/h263dec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index f05dfbf25e..b4aa109601 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -27,7 +27,6 @@
#define UNCHECKED_BITSTREAM_READER 1
-#include "libavutil/cpu.h"
#include "libavutil/video_enc_params.h"
#include "avcodec.h"