Modules.am
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:2k
源码类别:

midi

开发平台:

Unix_Linux

  1. # Automake forgets to add a proper tag to libtool with Objective-C files.
  2. # Moreover Libtool should default tag to CC when none is specified but
  3. # obviously does not. Here is a fix for that.
  4. LIBTOOL=@LIBTOOL@ --tag=CC
  5. BASE_SUBDIRS = dvb mms cdda rtp rtsp vcd vcdx screen bd zip
  6. EXTRA_SUBDIRS = bda dshow
  7. SUBDIRS = $(BASE_SUBDIRS)
  8. DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
  9. if HAVE_WIN32
  10. SUBDIRS += bda dshow
  11. endif
  12. SOURCES_access_file = file.c
  13. SOURCES_access_mmap = mmap.c
  14. SOURCES_access_directory = directory.c
  15. SOURCES_access_dv = dv.c
  16. SOURCES_access_udp = udp.c
  17. SOURCES_access_tcp = tcp.c
  18. SOURCES_access_http = http.c
  19. SOURCES_access_ftp = ftp.c
  20. SOURCES_access_smb = smb.c
  21. SOURCES_access_gnomevfs = gnomevfs.c
  22. SOURCES_access_eyetv = eyetv.m
  23. SOURCES_dvdnav = dvdnav.c
  24. SOURCES_dvdread = dvdread.c
  25. SOURCES_dc1394 = dc1394.c
  26. SOURCES_access_fake = fake.c
  27. SOURCES_pvr = pvr.c videodev2.h
  28. SOURCES_v4l = v4l.c videodev_mjpeg.h
  29. SOURCES_v4l2 = v4l2.c
  30. SOURCES_qtcapture = qtcapture.m
  31. SOURCES_cdda = 
  32.         cdda.c 
  33.         vcd/cdrom.c 
  34.         vcd/cdrom.h 
  35.         vcd/cdrom_internals.h 
  36.         $(NULL)
  37. SOURCES_access_jack = jack.c
  38. SOURCES_access_alsa = alsa.c
  39. SOURCES_access_oss = oss.c
  40. SOURCES_access_mtp = mtp.c
  41. libaccess_rtmp_plugin_la_SOURCES = 
  42.         rtmp/access.c 
  43.         rtmp/rtmp_amf_flv.c 
  44.         rtmp/rtmp_amf_flv.h 
  45.         $(NULL)
  46. libaccess_rtmp_plugin_la_CFLAGS = $(AM_CFLAGS) 
  47. -fno-strict-aliasing
  48. libaccess_rtmp_plugin_la_LIBADD = $(AM_LIBADD)
  49. libaccess_rtmp_plugin_la_DEPENDENCIES =
  50. libvlc_LTLIBRARIES += 
  51. libaccess_file_plugin.la 
  52. libaccess_directory_plugin.la 
  53. libaccess_udp_plugin.la 
  54. libaccess_tcp_plugin.la 
  55. libaccess_http_plugin.la 
  56. libaccess_ftp_plugin.la 
  57. libaccess_fake_plugin.la 
  58. libaccess_rtmp_plugin.la 
  59. $(NULL)