Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
log: add missing mem.h include
Browse files Browse the repository at this point in the history
Fix compilation with FFmpeg 5.1.
  • Loading branch information
ubitux committed Aug 20, 2022
1 parent 6c04eb3 commit cd86fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/

#include <stdarg.h>
#include <libavutil/mem.h>
#include <libavutil/time.h>

#include "log.h"
Expand Down

0 comments on commit cd86fc8

Please sign in to comment.