demux: move packet functions to a separate source file

This commit is contained in:
wm4
2014-07-05 16:45:28 +02:00
parent e4221f3189
commit a97256c1d5
6 changed files with 135 additions and 108 deletions

View File

@@ -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 \