makefile.am

来自「linux下的MPEG1」· AM 代码 · 共 19 行

AM
19
字号
include $(top_srcdir)/misc/Makefile.commonSUBDIRS = pluginsEXTRA_DIST = xinepost_LTLIBRARIES = xineplug_post_tvtime.laxineplug_post_tvtime_la_SOURCES = xine_plugin.c \	deinterlace.c pulldown.c speedy.c tvtime.c xineplug_post_tvtime_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) \	$(top_builddir)/src/post/deinterlace/plugins/libdeinterlaceplugins.laxineplug_post_tvtime_la_CFLAGS = $(VISIBILITY_FLAG)xineplug_post_tvtime_la_LDFLAGS = -avoid-version -module \	@IMPURE_TEXT_LDFLAGS@noinst_HEADERS = deinterlace.h pulldown.h speedtools.h speedy.h tvtime.h

⌨️ 快捷键说明

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