Commit badb0cf0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

RTP: partial linking fix

parent 539ecfa5
...@@ -41,6 +41,7 @@ libvlc_LTLIBRARIES += \ ...@@ -41,6 +41,7 @@ libvlc_LTLIBRARIES += \
librtp_plugin_la_SOURCES = \ librtp_plugin_la_SOURCES = \
rtp.c rtp.h rtpsession.c rtp.c rtp.h rtpsession.c
librtp_plugin_la_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/libs/srtp librtp_plugin_la_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/libs/srtp
librtp_plugin_la_LIBADD = $(LTLIBVLCCORE) \ librtp_plugin_la_LIBADD = $(AM_LIBADD) \
$(top_builddir)/libs/srtp/libvlc_srtp.la $(top_builddir)/libs/srtp/libvlc_srtp.la
librtp_plugin_la_DEPENDENCIES =
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment