makefile.am
来自「从 IEEE 1394总线接收传输流」· AM 代码 · 共 21 行
AM
21 行
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 + =
减小字号Ctrl + -
显示快捷键?