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

📄 makefile.am

📁 Linux下比较早的基于命令行的DVD播放器
💻 AM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -