diff options
author | Zane van Iperen <zane@zanevaniperen.com> | 2022-06-01 17:30:32 -0700 |
---|---|---|
committer | Zane van Iperen <zane@zanevaniperen.com> | 2022-06-12 18:34:28 +1000 |
commit | 76e95daa08f4c8874dbb570b6293716e2175213a (patch) | |
tree | 85eec60e45e7010b9698dadabfec2853b3561fb7 /libavutil/Makefile | |
parent | 843c4346b1024bf81bfeda887e3598afe6341681 (diff) | |
download | ffmpeg-76e95daa08f4c8874dbb570b6293716e2175213a.tar.gz |
avutil/uuid: add utility library for manipulating UUIDs as specified in RFC 4122
Co-authored-by: Pierre-Anthony Lemieux <pal@palemieux.com>
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 74d21a8103..b71fb395b4 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -83,6 +83,7 @@ HEADERS = adler32.h \ timestamp.h \ tree.h \ twofish.h \ + uuid.h \ version.h \ video_enc_params.h \ xtea.h \ @@ -176,6 +177,7 @@ OBJS = adler32.o \ tx_float.o \ tx_double.o \ tx_int32.o \ + uuid.o \ version.o \ video_enc_params.o \ film_grain_params.o \ |