📄 makefile.am
字号:
AM_CFLAGS = @OPT_CFLAGS@ @LIBVO_CFLAGS@ @LIBMPEG2_CFLAGS@AM_CPPFLAGS = -I$(srcdir)/..noinst_LIBRARIES = libvo.a# This works fine with automake 1.7 and above, but for autmake 1.6 we need the solution below#libvo_a_SOURCES = video_out.c video_out_x11.c video_out_dx.c video_out_sdl.c \# video_out_null.c video_out_pgm.c##if FIX_WINDOW#libvo_a_SOURCES += video_out_x11_fix.c#endifif FIX_WINDOWlibvo_a_SOURCES_OPT = video_out_x11_fix.cendiflibvo_a_SOURCES = video_out.c video_out_x11.c video_out_dx.c video_out_sdl.c \ video_out_null.c video_out_pgm.c $(libvo_a_SOURCES_OPT)EXTRA_DIST = configure.incl
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -