summaryrefslogtreecommitdiff
path: root/fftools/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-04-11 13:21:56 +0200
committerAnton Khirnov <anton@khirnov.net>2023-04-17 12:01:40 +0200
commit9ce1a041d8879379cc2a4231d073738616b2c3e5 (patch)
treef04b6b146a5409c748bffc2bee3ebd0016933a31 /fftools/Makefile
parentff92ecad2fca6143637538fb7ab3423205ebb4a7 (diff)
downloadffmpeg-9ce1a041d8879379cc2a4231d073738616b2c3e5.tar.gz
fftools/ffmpeg: move opening decoders to a new file
All decoding code will be moved to this file 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 9939c7095c..56820e6bc8 100644
--- a/fftools/Makefile
+++ b/fftools/Makefile
@@ -10,6 +10,7 @@ ALLAVPROGS = $(AVBASENAMES:%=%$(PROGSSUF)$(EXESUF))
ALLAVPROGS_G = $(AVBASENAMES:%=%$(PROGSSUF)_g$(EXESUF))
OBJS-ffmpeg += \
+ fftools/ffmpeg_dec.o \
fftools/ffmpeg_demux.o \
fftools/ffmpeg_enc.o \
fftools/ffmpeg_filter.o \