Mercurial > mplayer.hg
comparison libmpdemux/Makefile @ 2567:ea6158be8103
video frame reading cleanup
author | arpi |
---|---|
date | Tue, 30 Oct 2001 20:36:20 +0000 |
parents | 4bc54a0f775f |
children | 19731609ea59 |
comparison
equal
deleted
inserted
replaced
2566:a350d8bed636 | 2567:ea6158be8103 |
---|---|
1 | 1 |
2 LIBNAME = libmpdemux.a | 2 LIBNAME = libmpdemux.a |
3 | 3 |
4 include ../config.mak | 4 include ../config.mak |
5 | 5 |
6 SRCS = 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 | 6 SRCS = 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 |
7 ifeq ($(STREAMING),yes) | 7 ifeq ($(STREAMING),yes) |
8 SRCS += asf_streaming.c url.c http.c network.c | 8 SRCS += asf_streaming.c url.c http.c network.c |
9 endif | 9 endif |
10 | 10 |
11 OBJS = $(SRCS:.c=.o) | 11 OBJS = $(SRCS:.c=.o) |