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

📄 makefile.am

📁 This code is based on mpeg_play, available from: http://bmrc.berkeley.edu/frame/research/mpeg/
💻 AM
字号:
noinst_LTLIBRARIES = libvideo.lalibvideo_la_SOURCES =		\	MPEGvideo.cpp		\	decoders.cpp		\	decoders.h		\	dither.h		\	floatdct.cpp		\	gdith.cpp		\	jrevdct.cpp		\	motionvector.cpp	\	parseblock.cpp		\	proto.h			\	readfile.cpp		\	util.cpp		\	util.h			\	video.cpp		\	video.h			\	vhar128.cpp		\	vhar128.h		\	mmxflags_asm.S		\	mmxidct_asm.SEXTRA_DIST =			\	README			\	COPYRIGHT#16bit_mmx.o: 16bit_mmx.cpp#	$(CXX) -c -o $@ $^ $(CXXFLAGS)16bit_mmx.lo: 16bit_mmx.cpp	$(CXX) -c -o $@ $^ $(CXXFLAGS)#32bit_mmx.o: 32bit_mmx.cpp#	$(CXX) -c -o $@ $^ $(CXXFLAGS)32bit_mmx.lo: 32bit_mmx.cpp	$(CXX) -c -o $@ $^ $(CXXFLAGS)

⌨️ 快捷键说明

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