summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-11-20 19:47:29 +0100
committerAnton Khirnov <anton@khirnov.net>2016-02-14 21:36:59 +0100
commit89923e418b494e337683442ab896d754bc07341a (patch)
tree37c62ad94c66c63dbe432c7512109984850aceae /libavutil/Makefile
parent721a4efc0545548a241080b53ab480e34f366240 (diff)
lavu: add a framework for handling hwaccel frames
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 17bd57e8b7..2c0b7b54aa 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -23,6 +23,7 @@ HEADERS = adler32.h \
file.h \
frame.h \
hmac.h \
+ hwcontext.h \
imgutils.h \
intfloat.h \
intreadwrite.h \
@@ -78,6 +79,7 @@ OBJS = adler32.o \
float_dsp.o \
frame.o \
hmac.o \
+ hwcontext.o \
imgutils.o \
intmath.o \
lfg.o \