Mercurial > mplayer.hg
comparison libmpdemux/Makefile @ 4765:d0c2c8af46b4
Demuxers demuxer support for using external audiofile (or muxed subtitles).
Options registration for libmpdemux.
Demuxer info query.
author | albeu |
---|---|
date | Wed, 20 Feb 2002 16:59:25 +0000 |
parents | a21735031d6a |
children | 41d2da3bd082 |
comparison
equal
deleted
inserted
replaced
4764:9579496a91db | 4765:d0c2c8af46b4 |
---|---|
1 | 1 |
2 LIBNAME = libmpdemux.a | 2 LIBNAME = libmpdemux.a |
3 | 3 |
4 include ../config.mak | 4 include ../config.mak |
5 | 5 |
6 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 tv.c tvi_dummy.c tvi_v4l.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 | 6 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 tv.c tvi_dummy.c tvi_v4l.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 |
7 ifeq ($(STREAMING),yes) | 7 ifeq ($(STREAMING),yes) |
8 SRCS += asf_streaming.c url.c http.c network.c rtp.c | 8 SRCS += asf_streaming.c url.c http.c network.c rtp.c |
9 endif | 9 endif |
10 | 10 |
11 OBJS = $(SRCS:.c=.o) | 11 OBJS = $(SRCS:.c=.o) |