Skip to content
Snippets Groups Projects
Commit 6834aa4f authored by Steve Lhomme's avatar Steve Lhomme Committed by Hugo Beauzée-Luyssen
Browse files

demux: adaptive: don't force link with pthread

It is already handled by the CXXFLAGS on the platforms that need it.
parent 0ff2236c
No related branches found
No related tags found
No related merge requests found
......@@ -486,9 +486,6 @@ libvlc_adaptive_la_SOURCES += \
libvlc_adaptive_la_CXXFLAGS = $(AM_CXXFLAGS) -I$(srcdir)/demux/adaptive
libvlc_adaptive_la_LIBADD = $(SOCKET_LIBS) $(LIBM)
libvlc_adaptive_la_LDFLAGS = -static
if !HAVE_WIN32
libvlc_adaptive_la_LDFLAGS += -lpthread
endif
libvlc_adaptive_la_LIBADD += libvlc_http.la $(LIBZ)
if HAVE_GCRYPT
libvlc_adaptive_la_CXXFLAGS += $(GCRYPT_CFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment