diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-10-26 08:10:19 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-11-29 10:39:20 +0100 |
commit | 328cd2b599bc2d0d38f3c12606fa2a66eeec016e (patch) | |
tree | 9bb6a4c661f3184e8c9566eec3d11f148676ec49 /libavcodec/Makefile | |
parent | 45d199d5b0b7f09eb9baa29929a3bd07ed46223b (diff) | |
download | ffmpeg-328cd2b599bc2d0d38f3c12606fa2a66eeec016e.tar.gz |
lavc: move encoding-related code from utils.c to a new file
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
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 \ |