📄 makefile.am
字号:
bin_PROGRAMS = spook spookctlEXTRA_DIST = spook.conf.distspookctl_SOURCES = spookctl.c event.c event.hspook_SOURCES = conf_parse.c conf_scan.l conversions.c log.c pmsg.c md5.c \ event.c filter-framedrop.c frame.c control.c tcp.c http.c \ audio.c rtp.c session.c rtsp.c spook.c stream.c access_log.c \ http-auth.c live.c rtp-mpeg4.c rtp-rawaudio.c rtp-mpa.c \ rtp-mpv.c rtp-h263.c rtp-jpeg.c input-oss.c \ encoder-mp2.c mpegaudio.c encoder-alaw.c sound_conv.c \ conf_parse.h conversions.h encoders.h event.h filters.h \ frame.h global_config.h inputs.h outputs.h rtp.h stream.h \ pmsg.h rtp_media.h base64_table.h log.h mpegaudio.h bswap.h \ jpeg_tables.h md5.hspook_LDADD = -lmif BUILD_INPUT_V4Lspook_SOURCES += input-v4l.cendifif BUILD_INPUT_V4L2spook_SOURCES += input-v4l2.cendifif BUILD_INPUT_DC1394spook_SOURCES += input-dc1394.cendifif BUILD_INPUT_VDIGspook_SOURCES += input-vdig.cspook_LDADD += $(QTLIBS)endifif BUILD_ENCODER_MPEG4spook_SOURCES += encoder-mpeg4.c decoder-mpeg4.cendifif BUILD_ENCODER_JPEGspook_SOURCES += encoder-jpeg.cendif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -