summaryrefslogtreecommitdiff
path: root/fftools/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-03-25 04:36:28 +0100
committerAnton Khirnov <anton@khirnov.net>2023-04-09 15:47:45 +0200
commitd96f2fbf76fd2587d8f9aa984591439cf38bfb0b (patch)
tree5ce781a682b69fd0c08fcbc98ee757b24360e359 /fftools/Makefile
parent1dabd4851928b868e62ae8a0b006eb2568dda62e (diff)
downloadffmpeg-d96f2fbf76fd2587d8f9aa984591439cf38bfb0b.tar.gz
fftools/ffmpeg: move initializing encoders to a new file
This file will contain more encoding-related code in the future.
Diffstat (limited to 'fftools/Makefile')
-rw-r--r--fftools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fftools/Makefile b/fftools/Makefile
index 8ac38e75d2..9939c7095c 100644
--- a/fftools/Makefile
+++ b/fftools/Makefile
@@ -11,6 +11,7 @@ ALLAVPROGS_G = $(AVBASENAMES:%=%$(PROGSSUF)_g$(EXESUF))
OBJS-ffmpeg += \
fftools/ffmpeg_demux.o \
+ fftools/ffmpeg_enc.o \
fftools/ffmpeg_filter.o \
fftools/ffmpeg_hw.o \
fftools/ffmpeg_mux.o \