Skip to content

Commit

Permalink
common/decode.c: explicitly include "libavutil/cpu.h" for av_cpu_count
Browse files Browse the repository at this point in the history
Signed-off-by: akarin <i@akarin.info>
  • Loading branch information
AkarinVS committed Jan 12, 2022
1 parent e8f8a6c commit 80b0f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ extern "C"
#endif /* __cplusplus */
#include <libavcodec/avcodec.h>
#include <libavutil/opt.h>
#include <libavutil/cpu.h>
#ifdef __cplusplus
}
#endif /* __cplusplus */
Expand Down

0 comments on commit 80b0f9c

Please sign in to comment.