Modules.am
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:
midi
开发平台:
Unix_Linux
- if HAVE_LIBGCRYPT
- # RTP plugin
- libvlc_LTLIBRARIES +=
- librtp_plugin.la
- librtp_plugin_la_SOURCES =
- rtp.c
- rtp.h
- input.c
- session.c
- librtp_plugin_la_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/libs/srtp
- librtp_plugin_la_LIBADD = $(AM_LIBADD)
- $(top_builddir)/libs/srtp/libvlc_srtp.la
- librtp_plugin_la_DEPENDENCIES =
- $(top_builddir)/libs/srtp/libvlc_srtp.la
- endif