summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-05 16:45:28 +0200
committerwm4 <wm4@nowhere>2014-07-05 17:07:14 +0200
commita97256c1d58fae714ae94301ab09044081d08c8e (patch)
treeece20e0f51153ea2266490dad64163ee91d3c006 /old-makefile
parente4221f318936aa970eeb1d220d8deae95fb91d98 (diff)
downloadmpv-a97256c1d58fae714ae94301ab09044081d08c8e.tar.bz2
mpv-a97256c1d58fae714ae94301ab09044081d08c8e.tar.xz
demux: move packet functions to a separate source file
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/old-makefile b/old-makefile
index 986c1df828..96e4c48316 100644
--- a/old-makefile
+++ b/old-makefile
@@ -167,6 +167,7 @@ SOURCES = audio/audio.c \
demux/demux_subreader.c \
demux/ebml.c \
demux/mf.c \
+ demux/packet.c \
input/cmd_list.c \
input/cmd_parse.c \
input/event.c \