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

📄 makefile

📁 从FFMPEG转换而来的H264解码程序,VC下编译..
💻
字号:
CFLAGS+= -I. -I../.. -I../../cygwin -I../../baseclasses -Iinclude -DSUPPORT_INTERLACE -I/dx/Include -L/dx/MingLib -ldx9
       
SRCS=ff_wmv9.cpp GenProfile_lib.cpp nssBuffer.cpp videoenc.cpp writerSink.cpp \
     include/wmguids.cpp ../../imgFilters/ffImgfmt.cpp combase.cpp

SLIB=../../../bin/ff_wmv9.dll
DEF=ff_wmv9.def

GCCLIBS=-lstdc++ -lsupc++ -luuid -lole32 -loleaut32 -lwinmm -lgdi32 -ldxguid
CLLIBS=msvcprt.lib ole32.lib oleaut32.lib winmm.lib gdi32.lib dxguid.lib strmiids.lib uuid.lib

include ../../makefile_c.inc

CFLAGS+=-w

.all: $(SLIB)

clean: 
	rm -f *.o include/*.o *~ $(SLIB) *.d include/*.d

#
# include dependency files if they exist
#
-include $(SRCS:.cpp=.d) $(SRCS_C:.c=.d)

⌨️ 快捷键说明

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