?? modules.am
字號:
# Automake forgets to add a proper tag to libtool with Objective-C files.# Moreover Libtool should default tag to CC when none is specified but# obviously does not. Here is a fix for that.LIBTOOL=@LIBTOOL@ --tag=CCBASE_SUBDIRS = dvb mms cdda rtsp rtmp v4l2 vcd vcdx screenEXTRA_SUBDIRS = bda dshowSUBDIRS = $(BASE_SUBDIRS)DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)if HAVE_WIN32SUBDIRS += bda dshowendifSOURCES_access_file = file.cSOURCES_access_mmap = mmap.cSOURCES_access_directory = directory.cSOURCES_access_dv = dv.cSOURCES_access_udp = udp.cSOURCES_access_tcp = tcp.cSOURCES_access_http = http.cSOURCES_access_ftp = ftp.cSOURCES_access_smb = smb.cSOURCES_access_gnomevfs = gnomevfs.cSOURCES_access_eyetv = eyetv.mSOURCES_dvdnav = dvdnav.cSOURCES_dvdread = dvdread.cSOURCES_dc1394 = dc1394.cSOURCES_access_fake = fake.cSOURCES_pvr = pvr.c videodev2.hSOURCES_v4l = v4l.c videodev_mjpeg.hSOURCES_qtcapture = qtcapture.mSOURCES_cdda = \ cdda.c \ vcd/cdrom.c \ vcd/cdrom.h \ vcd/cdrom_internals.h \ $(NULL)SOURCES_access_jack = jack.clibvlc_LTLIBRARIES += \ libaccess_file_plugin.la \ libaccess_directory_plugin.la \ libaccess_udp_plugin.la \ libaccess_tcp_plugin.la \ libaccess_http_plugin.la \ libaccess_ftp_plugin.la \ libaccess_fake_plugin.la \ $(NULL)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -