diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-01-17 17:12:42 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-02-09 18:37:58 +0100 |
commit | c28e7af70da17fe523a5504356dbdc1d27b0c73b (patch) | |
tree | 34e950a864bc8856ffaa24a3484343c0e1c0a0ba /libavutil/Makefile | |
parent | 71d6b46849ca1c04d5ec7b74c9e48bdce68d5ebe (diff) | |
download | ffmpeg-c28e7af70da17fe523a5504356dbdc1d27b0c73b.tar.gz |
lavu: add timestamp.h header with convenience timestamp utilities
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 5034f5a113..b918da7ed8 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -38,6 +38,7 @@ HEADERS = adler32.h \ samplefmt.h \ sha.h \ timecode.h \ + timestamp.h \ BUILT_HEADERS = avconfig.h |