diff options
author | Martin Storsjö <martin@martin.st> | 2022-02-23 14:24:51 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-03-16 14:05:26 +0200 |
commit | 884c5976592c2d8084e8c9951c94ddf04019d81d (patch) | |
tree | 473738ec14148ca85ec9fa5a1dc22833db9dd785 /fftools | |
parent | 4eb9232c6ebfcee21dea4e9fd6a2deeda5115846 (diff) | |
download | ffmpeg-884c5976592c2d8084e8c9951c94ddf04019d81d.tar.gz |
libavdevice: Split version.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'fftools')
-rw-r--r-- | fftools/cmdutils.c | 1 | ||||
-rw-r--r-- | fftools/ffprobe.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c index 91b1308b0c..5151f548e1 100644 --- a/fftools/cmdutils.c +++ b/fftools/cmdutils.c @@ -35,6 +35,7 @@ #include "libavformat/version.h" #include "libavfilter/avfilter.h" #include "libavdevice/avdevice.h" +#include "libavdevice/version.h" #include "libswscale/swscale.h" #include "libswresample/swresample.h" #include "libpostproc/postprocess.h" 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" |