makefile
来自「mpeg4 video codec mpeg4 video codec」· 代码 · 共 27 行
TXT
27 行
CFLAGS+= -I. -I../.. -I../../cygwin -I../../baseclasses -Iinclude -DSUPPORT_INTERLACE SRCS=ff_wmv9.cpp GenProfile_lib.cpp nssBuffer.cpp videoenc.cpp writerSink.cpp \ include/wmguids.cpp ../../imgFilters/ffImgfmt.cpp combase.cppSLIB=../../../bin/ff_wmv9.dllDEF=ff_wmv9.defGCCLIBS=-lstdc++ -lsupc++ -luuid -lole32 -loleaut32 -lwinmm -lgdi32 -ldxguidCLLIBS=msvcprt.lib ole32.lib oleaut32.lib winmm.lib gdi32.lib dxguid.lib strmiids.lib uuid.libinclude ../../makefile_c.incCFLAGS+=-w.all: $(SLIB)clean: rm -f *.o include/*.o *~ $(SLIB)## include dependency files if they exist#ifneq ($(wildcard .depend),)include .dependendif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?