⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.bak

📁 h263解码程序.。。。。。。。。。。。
💻 BAK
字号:
# Makefile for tmndec CC=mipsel-linux-gccCFLAGS = -mips32r2 $(INCLUDES) $(DEFINES) -O2 $(PGFLAG)  -pipeOBJ = tmndec.o getpic.o getvlc.o gethdr.o getblk.o getbits.o store.o recon.o idct.o idctref.o sac.o ring_buf.o actionsfb_output.oall: tmndecclean:	rm -f *.o *% core tmndec *~tmndec: $(OBJ)	$(CC) $(CFLAGS) -o tmndec $(OBJ) -lm $(LIBS)	mv tmndec /root/nfsroot/newrootfs/newfangwei/test_ap/3gpvideogetbits.o : getbits.c config.h global.h tmndec.h getblk.o : getblk.c config.h global.h tmndec.h getvlc.hgethdr.o : gethdr.c config.h global.h tmndec.h getpic.o : getpic.c config.h global.h tmndec.h getvlc.h indices.h sactbls.h getvlc.o : getvlc.c config.h global.h tmndec.h getvlc.h idct.o : idct.c config.h idctref.o : idctref.c config.h tmndec.o : tmndec.c config.h global.h tmndec.h recon.o : recon.c config.h global.h tmndec.h store.o : store.c config.h global.h tmndec.h sac.o : sac.c tmndec.h config.h global.hring_buf.o: ring_buf.c global.h actionsfb_output.o: actionsfb_output.c actionsfb.h

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -