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

📄 makefile

📁 从FFMPEG转换而来的H264解码程序,VC下编译..
💻
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -