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

📄 makefile

📁 从FFMPEG转换而来的H264解码程序,VC下编译..
💻
字号:
CFLAGS+= -I. -I../.. -DFPM_INTEL -D_LIB -DHAVE_CONFIG_H -DASO_ZEROCHECK
       
SRCS_C=bit.c decoder.c fixed.c frame.c huffman.c layer12.c layer3.c stream.c \
       synth.c timer.c version.c

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

include ../../makefile_c.inc

.all: $(SLIB)

clean: 
	rm -f *.o *~ $(SLIB) *.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 + -