makefile.am
来自「Linux下比较早的基于命令行的DVD播放器」· AM 代码 · 共 58 行
AM
58 行
if USE_EM8300DXR3_SUBDIR = dxr3endifif USE_SDLSDL_SUBDIR = sdlendifif USE_UNICHROMEUNICHROME_SUBDIR = unichrome osdendifSUBDIRS = $(DXR3_SUBDIR) $(SDL_SUBDIR) $(UNICHROME_SUBDIR) testINCLUDES=-I$(top_srcdir) -I$(top_srcdir)/src/lib noinst_LIBRARIES=liboutput.aliboutput_a_SOURCES = \ AC3Decoder.cc \ LPCMDecoder.cc \ DTSDecoder.cc \ AudioProcessor.cc \ Timer.cc \ SystemTimer.cc \ StateTracker.cc \ SPUHandler.cc \ AudioDevice.cc \ OSSSoundcard.cc \ AudioHandler.cc \ BasicOutputProcessor.cc \ OSDHandler.ccif USE_MPEG_AUDIO CFLAGS += @LIBMAD_CFLAGS@ liboutput_a_SOURCES += MPEGAudioDecoder.ccendifnoinst_HEADERS = \ AudioDecoder.h \ AC3Decoder.h \ LPCMDecoder.h \ MPEGAudioDecoder.h \ DTSDecoder.h \ AudioProcessor.h \ Timer.h \ SystemTimer.h \ StateTracker.h \ AVAttributes.h \ OutputProcessor.h \ VideoAttributes.h \ SPUHandler.h \ AudioDevice.h \ OSSSoundcard.h \ AudioHandler.h \ BasicOutputProcessor.h \ OSDHandler.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?