modules.am

来自「VLC Player Source Code」· AM 代码 · 共 21 行

AM
21
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?