comparison libmpdemux/Makefile @ 3101:637e540831b9

mostly complete support for loading and decoding FLI/FLC animations
author melanson
date Sat, 24 Nov 2001 23:58:12 +0000
parents 60c1b7c0ea21
children bed6226ffb46
comparison
equal deleted inserted replaced
3100:d930dbae8473 3101:637e540831b9
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 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
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)