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

📄 makefile.am

📁 mpeg 2 source code for video compression
💻 AM
字号:
## Makefile.am: produce Makefile.in from this## copyright by the mpg123 project - free software under the terms of the LGPL 2.1## see COPYING and AUTHORS files in distribution or http://mpg123.de## initially written by Nicholas J. HumfreyAM_CFLAGS = @AUDIO_CFLAGS@AM_LDFLAGS = @AUDIO_LIBS@mpg123_LDADD = @AUDIO_OBJ@ @CPU_TYPE_LIB@mpg123_DEPENDENCIES = @AUDIO_OBJ@ @CPU_TYPE_LIB@EXTRA_DIST = Makefile.legacybin_PROGRAMS = mpg123mpg123_SOURCES = \	audio.c \	audio.h \	buffer.c \	buffer.h \	common.c \	common.h \	control_generic.c \	debug.h \	decode_2to1.c \	decode_4to1.c \	decode_ntom.c \	equalizer.c \	getbits.c \	getbits.h \	getlopt.c \	getlopt.h \	httpget.c \	huffman.h \	id3.c \	id3.h \	genre.h \	l2tables.h \	layer1.c \	layer2.c \	layer3.c \	layer3.h \	mpg123.c \	mpg123.h \	playlist.c \	playlist.h \	readers.c \	tabinit.c \	sfifo.c \	sfifo.h \	stringbuf.c \	stringbuf.h \	term.c \	term.h \	wav.c \	xfermem.c \	xfermem.hEXTRA_mpg123_SOURCES = \	audio_aix.c \	audio_alib.c \	audio_alsa.c \	audio_dummy.c \	audio_esd.c \	audio_hp.c \	audio_jack.c \	audio_macosx.c \	audio_mint.c \	audio_nas.c \	audio_os2.c \	audio_oss.c \	audio_portaudio.c \	audio_sdl.c \	audio_sgi.c \	audio_sun.c \	audio_win32.c# Processor dependent decoder codeEXTRA_LIBRARIES = \	libcpu_generic.a \	libcpu_generic_fpu.a \	libcpu_generic_nofpu.a \	libcpu_altivec.a \	libcpu_i386.a \	libcpu_i386_fpu.a \	libcpu_i386_nofpu.a \	libcpu_i486.a \	libcpu_i586.a \	libcpu_i586_dither.a \	libcpu_3dnow.a \	libcpu_mmx.alibcpu_generic_a_SOURCES = \	decode.c \	dct64.clibcpu_generic_fpu_a_SOURCES = \	decode.c \	dct64.clibcpu_generic_nofpu_a_SOURCES = \	decode.c \	dct64.clibcpu_altivec_a_SOURCES = \	decode.c \	dct64_altivec.clibcpu_i386_a_SOURCES = \	decode_i386.c \	dct64_i386.clibcpu_i386_fpu_a_SOURCES = \	decode_i386.c \	dct64_i386.clibcpu_i386_nofpu_a_SOURCES = \	decode_i386.c \	dct64_i386.clibcpu_i486_a_SOURCES = \	decode_i386.c \	dct64_i386.c \	decode_i486.c \	dct64_i486.clibcpu_i586_a_SOURCES = \	decode_i386.c \	dct64_i386.c \	decode_i586.slibcpu_i586_dither_a_SOURCES = \	decode_i386.c \	dct64_i386.c \	decode_i586_dither.slibcpu_3dnow_a_SOURCES = \	decode_i386.c \	decode_3dnow.s \	decode_i586.s \	dct64_i386.c \	dct64_3dnow.s \	dct36_3dnow.s \	equalizer_3dnow.s \	getcpuflags.slibcpu_mmx_a_SOURCES = \	decode_i386.c \	dct64_mmx.s \	tabinit_mmx.s \	decode_mmx.s

⌨️ 快捷键说明

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