Subversion Repositories shark

Rev

Rev 1145 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1085 pj 1
#
2
# The mpeg library
3
#
4
 
5
# (see sources for copyrights)
6
 
7
ifndef BASE
8
BASE=../..
9
endif
10
include $(BASE)/config/config.mk
11
 
12
PROGS=  mpeg2dec
13
 
14
include $(BASE)/config/example.mk
15
 
16
OBJS=	"initfile.o jetctrl.o getpic.o motion.o getvlc.o gethdr.o getblk.o getbits.o store.o recon.o spatscal.o idct.o idctref.o systems.o subspic.o verify.o gvideo.o"
17
 
18
mpeg2dec:
1145 giacomo 19
	make -f $(SUBMAKE) APP=mpeg2dec INIT= OTHEROBJS=$(OBJS) OTHERINCL= SHARKOPT="__OLDCHAR__ __GRX__"