summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 4406b1386d..ef29d5c4b5 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -11,6 +11,7 @@ HEADERS = adler32.h \
base64.h \
blowfish.h \
bswap.h \
+ buffer.h \
channel_layout.h \
common.h \
cpu.h \
@@ -59,6 +60,7 @@ OBJS = adler32.o \
avstring.o \
base64.o \
blowfish.o \
+ buffer.o \
channel_layout.o \
cpu.o \
crc.o \