summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-10-26 08:10:19 +0200
committerAnton Khirnov <anton@khirnov.net>2016-11-29 10:39:20 +0100
commit328cd2b599bc2d0d38f3c12606fa2a66eeec016e (patch)
tree9bb6a4c661f3184e8c9566eec3d11f148676ec49 /libavcodec/Makefile
parent45d199d5b0b7f09eb9baa29929a3bd07ed46223b (diff)
lavc: move encoding-related code from utils.c to a new file
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index f0752a2cfb..fe723155a5 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -25,6 +25,7 @@ OBJS = allcodecs.o \
d3d11va.o \
dirac.o \
dv_profile.o \
+ encode.o \
imgconvert.o \
log2_tab.o \
mathtables.o \