summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 966eec41aa..9b08372eb2 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -80,6 +80,7 @@ HEADERS = adler32.h \
tree.h \
twofish.h \
version.h \
+ video_enc_params.h \
xtea.h \
tea.h \
tx.h \
@@ -167,7 +168,9 @@ OBJS = adler32.o \
tx.o \
tx_float.o \
tx_double.o \
- tx_int32.o
+ tx_int32.o \
+ video_enc_params.o \
+
OBJS-$(CONFIG_CUDA) += hwcontext_cuda.o
OBJS-$(CONFIG_D3D11VA) += hwcontext_d3d11va.o