summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 54d354ffc4..ad358f6642 100644
--- a/Makefile
+++ b/Makefile
@@ -137,8 +137,7 @@ endif
SOURCES-$(DLOPEN) += video/filter/vf_dlopen.c
-SOURCES = talloc.c \
- audio/audio.c \
+SOURCES = audio/audio.c \
audio/chmap.c \
audio/chmap_sel.c \
audio/fmt-conversion.c \
@@ -241,6 +240,9 @@ SOURCES = talloc.c \
sub/sd_srt.c \
sub/spudec.c \
sub/sub.c \
+ ta/ta.c \
+ ta/ta_utils.c \
+ ta/ta_talloc.c \
video/csputils.c \
video/fmt-conversion.c \
video/image_writer.c \