makefile.am

来自「一个很好用的MPEG1/4的开源编码器」· AM 代码 · 共 109 行

AM
109
字号
#### Process this file with automake to produce Makefile.in##lib_LTLIBRARIES = libfame.lalibfame_la_SOURCES =				\	fame.c					\	cpuflags.c				\	fame_profile_mpeg.c			\	fame_profile_mpeg1.c			\	fame_profile_mpeg4_simple.c		\	fame_profile_mpeg4_shape.c		\	fame_profile_stats.c			\	fame_encoder_mpeg.c			\	fame_decoder_mpeg.c			\	fame_syntax_mpeg1.c			\	fame_syntax_mpeg4.c			\	fame_shape.c				\	fame_rate_simple.c			\	fame_rate_1param.c			\	fame_rate.c				\	fame_monitor.c				\	fame_motion.c                           \	fame_motion_none.c                      \	fame_motion_fourstep.c			\	fame_motion_pmvfast.c			\	fame_malloc.clibfame_la_includedir = $(includedir)libfame_la_include_HEADERS =			\	fame.h					\	fame_version.h				\	fame_bitbuffer.h			\	fame_profile.h				\	fame_profile_mpeg.h			\	fame_profile_mpeg1.h			\	fame_profile_mpeg4_simple.h		\	fame_profile_mpeg4_shape.h		\	fame_profile_stats.h			\	fame_encoder.h				\	fame_encoder_mpeg.h			\	fame_decoder.h				\	fame_decoder_mpeg.h			\	fame_syntax.h				\	fame_syntax_mpeg1.h			\	fame_syntax_mpeg4.h			\	fame_shape.h				\	fame_rate_simple.h			\	fame_rate_1param.h			\	fame_rate.h				\	fame_monitor.h				\	fame_motion.h				\	fame_motion_none.h			\	fame_motion_fourstep.h			\	fame_motion_pmvfast.h			\	fame_malloc.hlibfame_la_LDFLAGS = \        -release $(LT_RELEASE) \        -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)EXTRA_DIST =					\	ac_int.h				\	ac_mmx.h				\	bilinear_int.h				\	cpuflags.h				\	dct_float.h				\	dct_mmx.h				\	fetch_float.h				\	fetch_mmx.h				\	half_int.h                              \	half_mmx.h                              \	half_sse.h                              \	pad_int.h                               \	idct_float.h				\	idct_mmx.h				\	mad_int.h				\	mad_mmx.h				\	mae_int.h				\	mae_mmx.h				\	mae_sse.h				\	mean_int.h				\	mean_mmx.h				\	quantize_float.h			\	quantize_mmx.h				\	dequantize_float.h			\	dequantize_mmx.h			\	reconstruct_float.h			\	reconstruct_mmx.h			\	table_cae.h				\	table_cbp_mpeg1.h			\	table_cbp_mpeg4.h			\	table_clip_mpeg1.h			\	table_clip_mpeg4.h			\	table_dc_mpeg1.h			\	table_dc_mpeg4.h			\	table_mv.h				\	table_quant_mpeg1.h			\	table_quant_mpeg4.h			\	table_rlehuff_mpeg1.h			\	table_rlehuff_mpeg4.h			\	table_scale.h				\	table_zigzag_mpeg1.h			\	table_zigzag_mpeg4.h			\	table_mmx_const.h			\	transpose_mmx.h

⌨️ 快捷键说明

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