📄 makefile.am
字号:
## Plugins#AM_CFLAGS =\ -I$(top_srcdir)/include -Wall -Werror pluginsdir = @DVBSTREAMER_PLUGINDIR@if CYGWINplugins_LTLIBRARIES = \ nulloutput.la \ fileoutput.laelseplugins_LTLIBRARIES = \ udpoutput.la \ nulloutput.la \ fileoutput.la \ extractpes.la \ epgtoxmltv.la \ manualfilters.la \ queryepg.la \ sicapture.la \ $(atsc_plugins) \ $(dvb_plugins)endifif ENABLE_ATSCatsc_plugins=\ atsctoepg.laelseatsc_plugins=endifif ENABLE_DVBdvb_plugins=\ lcnquery.la \ nownext.la \ datetime.la \ schedule.laelsedvb_plugins=endifudpoutput_la_SOURCES = \ udp.c \ udpoutput.c \ sap.cudpoutput_la_LDFLAGS = -module -no-undefined -avoid-versionnulloutput_la_SOURCES = \ nulloutput.cnulloutput_la_LDFLAGS = -module -no-undefined -avoid-versionfileoutput_la_SOURCES = \ fileoutput.cfileoutput_la_LDFLAGS = -module -no-undefined -avoid-versionlcnquery_la_SOURCES = \ lcnquery.clcnquery_la_LDFLAGS = -module -no-undefined -avoid-versionextractpes_la_SOURCES = \ extractpes.cextractpes_la_LDFLAGS = -module -no-undefined -avoid-versionnownext_la_SOURCES = \ nownext.cnownext_la_LDFLAGS = -module -no-undefined -avoid-versiondatetime_la_SOURCES = \ datetime.cdatetime_la_LDFLAGS = -module -no-undefined -avoid-versionschedule_la_SOURCES = \ schedule.cschedule_la_LDFLAGS = -module -no-undefined -avoid-versionepgtoxmltv_la_SOURCES = \ epgtoxmltv.cepgtoxmltv_la_LDFLAGS = -module -no-undefined -avoid-versionatsctoepg_la_SOURCES = \ atsctoepg.catsctoepg_la_LDFLAGS = -module -no-undefined -avoid-versionmanualfilters_la_SOURCES = \ manualfilters.cmanualfilters_la_LDFLAGS = -module -no-undefined -avoid-versionqueryepg_la_SOURCES = \ queryepg.cqueryepg_la_LDFLAGS = -module -no-undefined -avoid-versionsicapture_la_SOURCES = \ sicapture.csicapture_la_LDFLAGS = -module -no-undefined -avoid-version
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -