]> git.sesse.net Git - vlc/blobdiff - modules/stream_filter/Modules.am
rotate: use atomic variable instead of spin lock
[vlc] / modules / stream_filter / Modules.am
index f8a537b4775005bdcacf5cdd69f03879e8401d54..805670ed483a3b801b95ef4e298f9362d0dac206 100644 (file)
@@ -92,6 +92,15 @@ libdash_plugin_la_CXXFLAGS = $(AM_CFLAGS) -I$(srcdir)/dash
 libdash_plugin_la_LIBADD = $(AM_LIBADD) $(SOCKET_LIBS)
 libvlc_LTLIBRARIES += libdash_plugin.la
 
+libsmooth_plugin_la_SOURCES = \
+    smooth/smooth.c \
+    smooth/utils.c \
+    smooth/downloader.c \
+    smooth/smooth.h
+
+libsmooth_plugin_la_CFLAGS = $(AM_CFLAGS)
+libvlc_LTLIBRARIES += libsmooth_plugin.la
+
 libhttplive_plugin_la_SOURCES = httplive.c
 libhttplive_plugin_la_CFLAGS = $(AM_CFLAGS) $(GCRYPT_CFLAGS)
 libhttplive_plugin_la_LIBADD = $(AM_LIBADD) $(GCRYPT_LIBS) -lgpg-error