diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-01 00:23:35 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-04 11:04:45 +0200 |
commit | f8503b4c332a4517a2c9534581634a951d79dbae (patch) | |
tree | 061f591c226ef73d386e94beef3bd9d4120c2f58 /libswscale/swscale.c | |
parent | a39d6e81fa32d674a2d47d637c652564234f7645 (diff) | |
download | ffmpeg-f8503b4c332a4517a2c9534581634a951d79dbae.tar.gz |
avutil/internal: Don't auto-include emms.h
Instead include emms.h wherever it is needed.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r-- | libswscale/swscale.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 367d045a02..90e5b299ab 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -26,6 +26,7 @@ #include "libavutil/bswap.h" #include "libavutil/common.h" #include "libavutil/cpu.h" +#include "libavutil/emms.h" #include "libavutil/intreadwrite.h" #include "libavutil/mem_internal.h" #include "libavutil/pixdesc.h" |