⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 modules.am

📁 vlc源码
💻 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 + -