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

midi

开发平台:

Unix_Linux

  1. if HAVE_LIBGCRYPT
  2. # RTP plugin
  3. libvlc_LTLIBRARIES += 
  4. librtp_plugin.la
  5. librtp_plugin_la_SOURCES = 
  6. rtp.c 
  7. rtp.h 
  8. input.c 
  9. session.c
  10. librtp_plugin_la_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/libs/srtp
  11. librtp_plugin_la_LIBADD = $(AM_LIBADD) 
  12. $(top_builddir)/libs/srtp/libvlc_srtp.la
  13. librtp_plugin_la_DEPENDENCIES = 
  14. $(top_builddir)/libs/srtp/libvlc_srtp.la
  15. endif