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 /libavcodec/snowdec.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 'libavcodec/snowdec.c')
-rw-r--r-- | libavcodec/snowdec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/snowdec.c b/libavcodec/snowdec.c index bed29d3390..e014d5087f 100644 --- a/libavcodec/snowdec.c +++ b/libavcodec/snowdec.c @@ -18,6 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/emms.h" #include "libavutil/intmath.h" #include "libavutil/log.h" #include "libavutil/opt.h" |