diff options
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 4a36757e8b..e7bb7f08fc 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -14,6 +14,7 @@ HEADERS = adler32.h \ blowfish.h \ bprint.h \ bswap.h \ + buffer.h \ channel_layout.h \ common.h \ cpu.h \ @@ -65,6 +66,7 @@ OBJS = adler32.o \ base64.o \ blowfish.o \ bprint.o \ + buffer.o \ channel_layout.o \ cpu.o \ crc.o \ |