Skip to content
Snippets Groups Projects
Commit 3f5745d3 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

#28513: fix old libav support

parent 51c132ff
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ extern "C" { ...@@ -37,6 +37,7 @@ extern "C" {
#include <libavdevice/avdevice.h> #include <libavdevice/avdevice.h>
#include <libswscale/swscale.h> #include <libswscale/swscale.h>
#include <libavutil/opt.h> #include <libavutil/opt.h>
#include <libavutil/mathematics.h> // for av_rescale_q (old libav support)
} }
#include "libav_utils.h" #include "libav_utils.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment