makefile

来自「从FFMPEG转换而来的H264解码程序,VC下编译..」· 代码 · 共 21 行

TXT
21
字号
CFLAGS+= -I. -I../.. -I../../xiph/ogg -I../../xiph/vorbis -I../../xiph -D__i386__ -Dinline=__inline -U_LOW_ACCURACY_
       
SRCS_C=block.c codebook.c floor0.c floor1.c info.c mapping0.c mdct.c registry.c \
       res012.c sharedbook.c synthesis.c window.c \
       ../../xiph/ogg/bitwise.c ../../xiph/ogg/framing.c

SLIB=../../../bin/ff_tremor.dll
DEF=ff_tremor.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 + =
减小字号Ctrl + -
显示快捷键?