summaryrefslogtreecommitdiff
path: root/fftools/ffprobe.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2022-02-23 14:24:51 +0200
committerMartin Storsjö <martin@martin.st>2022-03-16 14:05:26 +0200
commit884c5976592c2d8084e8c9951c94ddf04019d81d (patch)
tree473738ec14148ca85ec9fa5a1dc22833db9dd785 /fftools/ffprobe.c
parent4eb9232c6ebfcee21dea4e9fd6a2deeda5115846 (diff)
downloadffmpeg-884c5976592c2d8084e8c9951c94ddf04019d81d.tar.gz
libavdevice: Split version.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'fftools/ffprobe.c')
-rw-r--r--fftools/ffprobe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
index 37bdb9a7e6..1c1b0f1783 100644
--- a/fftools/ffprobe.c
+++ b/fftools/ffprobe.c
@@ -53,6 +53,7 @@
#include "libavutil/timecode.h"
#include "libavutil/timestamp.h"
#include "libavdevice/avdevice.h"
+#include "libavdevice/version.h"
#include "libswscale/swscale.h"
#include "libswresample/swresample.h"
#include "libpostproc/postprocess.h"