summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-06 19:52:26 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 07:37:50 +0200
commit284313c664293cbbf115d1b41353b43a4c0dcb94 (patch)
tree3c8a0a8fda0f811a2be90b1007511a61e64b107c /libavformat/Makefile
parent3cfae9e038a501d89af6cd11b6843e31dcf3c161 (diff)
avformat/utils: Move parser functions to a new file, demux_utils.c
This file is both for the various public APIs that are demuxer-only as well as for the demuxer-only internal functions. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 52c53ea3db..a03fd7f256 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -10,6 +10,7 @@ OBJS = allformats.o \
avio.o \
aviobuf.o \
demux.o \
+ demux_utils.o \
dump.o \
format.o \
id3v1.o \