diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-07-05 08:21:49 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-07-05 08:21:49 +0200 |
commit | b5baad3a4cd213772336faa76d74c19b98110a2e (patch) | |
tree | 077c422b8e4f3ccbb8cbc193f899bc6eb2a39fb7 /libavutil | |
parent | 7de4a16508cb9bd2d40855f7114dea14329ef62a (diff) | |
download | ffmpeg-b5baad3a4cd213772336faa76d74c19b98110a2e.tar.gz |
Install libavutil/version.h
Fixes ticket #1513
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index c80447eb6c..ef1f658bb4 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -43,6 +43,7 @@ HEADERS = adler32.h \ time.h \ timecode.h \ timestamp.h \ + version.h \ xtea.h \ ARCH_HEADERS = bswap.h \ |