summaryrefslogtreecommitdiff
path: root/fftools/ffprobe.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2022-02-23 14:28:03 +0200
committerMartin Storsjö <martin@martin.st>2022-03-16 14:05:26 +0200
commit0f8b0b9ce2d6119ee01f75d2e7e3a956c91804ff (patch)
treec6d487cfdf3a35b17e47936bc10adf1cdd333f92 /fftools/ffprobe.c
parent884c5976592c2d8084e8c9951c94ddf04019d81d (diff)
libpostproc: 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 1c1b0f1783..b86a3f9203 100644
--- a/fftools/ffprobe.c
+++ b/fftools/ffprobe.c
@@ -57,6 +57,7 @@
#include "libswscale/swscale.h"
#include "libswresample/swresample.h"
#include "libpostproc/postprocess.h"
+#include "libpostproc/version.h"
#include "cmdutils.h"
#include "libavutil/thread.h"