summaryrefslogtreecommitdiffstats
path: root/libavdevice/avdevice.c
diff options
context:
space:
mode:
authorMichael Niedermayer <[email protected]>2014-12-19 18:04:40 +0100
committerMichael Niedermayer <[email protected]>2014-12-22 03:17:56 +0100
commit9f8cdd520b24d8d73fb495d607bf2d73b6cea2e0 (patch)
treef123b47293dd27b924a285999959308bea21ce28 /libavdevice/avdevice.c
parentf5631d23e06ac3d1a8148a2989bef4e29ee28e09 (diff)
Add FFMPEG_VERSION into the binary libs
This simplifies identifying from which revision a binary of a lib came from Signed-off-by: Michael Niedermayer <[email protected]> (cherry picked from commit 649c158e8c94ac0cff7f03e97d6ea8bbf71b7f02) Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavdevice/avdevice.c')
-rw-r--r--libavdevice/avdevice.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavdevice/avdevice.c b/libavdevice/avdevice.c
index 755f251727..c68126faa3 100644
--- a/libavdevice/avdevice.c
+++ b/libavdevice/avdevice.c
@@ -23,6 +23,9 @@
#include "avdevice.h"
#include "config.h"
+#include "libavutil/ffversion.h"
+const char av_device_ffversion[] = "FFmpeg version " FFMPEG_VERSION;
+
#define E AV_OPT_FLAG_ENCODING_PARAM
#define D AV_OPT_FLAG_DECODING_PARAM
#define A AV_OPT_FLAG_AUDIO_PARAM