Skip to content

Commit

Permalink
ci(build): fixed missing include in conversions.h
Browse files Browse the repository at this point in the history
Signed-off-by: k4yt3x <[email protected]>
  • Loading branch information
k4yt3x committed Oct 10, 2024
1 parent f79d489 commit c2a4b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/conversions.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define CONVERSIONS_H

extern "C" {
#include <libavutil/frame.h>
#include <libswscale/swscale.h>
}

Expand Down

0 comments on commit c2a4b25

Please sign in to comment.