summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-14 22:32:37 +0000
committerbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-14 22:32:37 +0000
commit405e631e5e461c4c4c584bc1ac00a13d4eec94e6 (patch)
tree979c55d1713bcd220535bf4859c361c09f8fe6d3 /libmpdemux
parentc7d9ebdcb2446edb36f9459df43362c9a60039db (diff)
downloadmpv-405e631e5e461c4c4c584bc1ac00a13d4eec94e6.tar.bz2
mpv-405e631e5e461c4c4c584bc1ac00a13d4eec94e6.tar.xz
Added asf_mmst_streaming.c for compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6094 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile
index 44754736b7..6aeb2f176c 100644
--- a/libmpdemux/Makefile
+++ b/libmpdemux/Makefile
@@ -5,7 +5,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 parse_mp4.c demux_mpg.c demux_viv.c demuxer.c dvdauth.c dvdnav_stream.c open.c parse_es.c stream.c tv.c tvi_dummy.c tvi_v4l.c tvi_bsdbt848.c frequencies.c demux_fli.c demux_real.c demux_y4m.c yuv4mpeg.c yuv4mpeg_ratio.c demux_nuv.c demux_film.c demux_roq.c mf.c demux_mf.c demux_audio.c demux_demuxers.c opt-reg.c mpdemux.c demux_ogg.c demux_bmp.c
ifeq ($(STREAMING),yes)
-SRCS += asf_streaming.c url.c http.c network.c rtp.c
+SRCS += asf_streaming.c url.c http.c network.c rtp.c asf_mmst_streaming.c
endif
OBJS = $(SRCS:.c=.o)