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

📄 modules.am

📁 VLC Player Source Code
💻 AM
字号:
# Automake forgets to add a proper tag to libtool with Objective-C files.# Moreocer Libtool should default tag to CC when none is specified but# obviously does not. Here is a fix for that.LIBTOOL=@LIBTOOL@ --tag=CCSOURCES_minimal_macosx = \	intf.m \	macosx.c \	VLCMinimalVoutWindow.m \	VLCOpenGLVoutView.m \	voutgl.m \	voutagl.m \	$(NULL)noinst_HEADERS = \	intf.h \	VLCMinimalVoutWindow.h \	VLCOpenGLVoutView.h \	voutagl.h \	voutgl.h

⌨️ 快捷键说明

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