diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-27 23:33:06 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-03 15:41:44 +0200 |
commit | 72c601e0f71d3c71a53d43bdac935489ed86e3c5 (patch) | |
tree | 38e07e928f79486d8f4a264f67eb22394f53a481 /libavdevice/fbdev_enc.c | |
parent | 04b72178724ed08934e276c959a6f1a154e1e7d4 (diff) | |
download | ffmpeg-72c601e0f71d3c71a53d43bdac935489ed86e3c5.tar.gz |
avutil/internal: Move avpriv-file API to a header of its own
It is not used by the large majority of files that include
lavu/internal.h.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavdevice/fbdev_enc.c')
-rw-r--r-- | libavdevice/fbdev_enc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/fbdev_enc.c b/libavdevice/fbdev_enc.c index 84ec6733ff..77233880e7 100644 --- a/libavdevice/fbdev_enc.c +++ b/libavdevice/fbdev_enc.c @@ -23,6 +23,7 @@ #include <sys/ioctl.h> #include <sys/mman.h> #include <linux/fb.h> +#include "libavutil/file_open.h" #include "libavutil/pixdesc.h" #include "libavutil/log.h" #include "libavutil/opt.h" |