Commit 347e6333 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

TS: fix linking on win32

parent 73f33a0e
......@@ -66,7 +66,7 @@ libvlc_LTLIBRARIES += \
libts_plugin_la_SOURCES = ts.c ../mux/mpeg/csa.c dvb-text.h
libts_plugin_la_CFLAGS = $(AM_CFLAGS) $(DVBPSI_CFLAGS)
libts_plugin_la_LIBADD = $(AM_LIBADD) $(DVBPSI_LIBS)
libts_plugin_la_LIBADD = $(AM_LIBADD) $(DVBPSI_LIBS) $(SOCKET_LIBS)
libts_plugin_la_DEPENDENCIES =
if HAVE_DVBPSI
libvlc_LTLIBRARIES += libts_plugin.la
......
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