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

📄 makefile.am

📁 MPEG-4编解码的实现(包括MPEG4视音频编解码)
💻 AM
字号:
SUBDIRS=doc
lib_LTLIBRARIES = libmp4.la
libmp4_la_LDFLAGS = -static

INCLUDES = -I$(top_srcdir)/include

libmp4_la_SOURCES = \
	atom.c \
	ctab.c \
	ctts.c \
	dimm.c \
	dinf.c \
	dmax.c \
	dmed.c \
	dref.c \
	drep.c \
	edts.c \
	elst.c \
	esds.c \
	gmhd.c \
	gmin.c \
	hdlr.c \
	hinf.c \
	hint.c \
	hintudta.c \
	hmhd.c \
	hnti.c \
	hinthnti.c \
	iods.c \
	matrix.c \
	maxr.c \
	mdat.c \
	mdhd.c \
	mdia.c \
	minf.c \
	moov.c \
	mvhd.c \
	nump.c \
	payt.c \
	pmax.c \
	quicktime.c \
	rtp.c \
	rtphint.c \
	sdp.c \
	smhd.c \
	stbl.c \
	stco.c \
	stsc.c \
	stsd.c \
	stsdtable.c \
	stss.c \
	stsz.c \
	stts.c \
	tkhd.c \
	tmin.c \
	tmax.c \
	tpyl.c \
	trak.c \
	tref.c \
	trpy.c \
	udta.c \
	util.c \
	vmhd.c \
	funcprotos.h \
	private.h \
	quicktime.h \
	rtphint.h \
	sizes.h

EXTRA_DIST=libmp460.dsp libmp4_st60.dsp README README_ORIGINAL

⌨️ 快捷键说明

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