diff libmpdemux/Makefile @ 2687:8c75a9a639c1

vivo demuxer
author arpi
date Sun, 04 Nov 2001 16:57:09 +0000
parents 19731609ea59
children 98769cea155c
line wrap: on
line diff
--- a/libmpdemux/Makefile	Sun Nov 04 16:20:58 2001 +0000
+++ b/libmpdemux/Makefile	Sun Nov 04 16:57:09 2001 +0000
@@ -3,7 +3,7 @@
 
 include ../config.mak
 
-SRCS = mp3_hdr.c video.c mpeg_hdr.c cache2.c asfheader.c aviheader.c aviprint.c aviwrite.c demux_asf.c demux_avi.c demux_mov.c demux_mpg.c demuxer.c dvdauth.c open.c parse_es.c stream.c
+SRCS = mp3_hdr.c video.c mpeg_hdr.c cache2.c asfheader.c aviheader.c aviprint.c aviwrite.c demux_asf.c demux_avi.c demux_mov.c demux_mpg.c demux_viv.c demuxer.c dvdauth.c open.c parse_es.c stream.c
 ifeq ($(STREAMING),yes)
 SRCS += asf_streaming.c url.c http.c network.c
 endif