]> git.sesse.net Git - vlc/blob - modules/stream_filter/Modules.am
Add Smooth Streaming module
[vlc] / modules / stream_filter / Modules.am
1 libdecomp_plugin_la_SOURCES = decomp.c
2 libdecomp_plugin_la_CFLAGS = $(AM_CFLAGS)
3 libdecomp_plugin_la_LIBADD = $(AM_LIBADD)
4 if !HAVE_WIN32
5 libvlc_LTLIBRARIES += libdecomp_plugin.la
6 endif
7
8 libdash_plugin_la_SOURCES = \
9     dash/adaptationlogic/AbstractAdaptationLogic.cpp \
10     dash/adaptationlogic/AbstractAdaptationLogic.h \
11     dash/adaptationlogic/AdaptationLogicFactory.cpp \
12     dash/adaptationlogic/AdaptationLogicFactory.h \
13     dash/adaptationlogic/AlwaysBestAdaptationLogic.cpp \
14     dash/adaptationlogic/AlwaysBestAdaptationLogic.h \
15     dash/adaptationlogic/IAdaptationLogic.h \
16     dash/adaptationlogic/IDownloadRateObserver.h \
17     dash/adaptationlogic/RateBasedAdaptationLogic.h \
18     dash/adaptationlogic/RateBasedAdaptationLogic.cpp \
19     dash/buffer/BlockBuffer.cpp \
20     dash/buffer/BlockBuffer.h \
21     dash/buffer/IBufferObserver.h \
22     dash/http/Chunk.cpp \
23     dash/http/Chunk.h \
24     dash/http/HTTPConnection.cpp \
25     dash/http/HTTPConnection.h \
26     dash/http/HTTPConnectionManager.cpp \
27     dash/http/HTTPConnectionManager.h \
28     dash/http/IHTTPConnection.h \
29     dash/http/PersistentConnection.cpp \
30     dash/http/PersistentConnection.h \
31     dash/mpd/AdaptationSet.cpp \
32     dash/mpd/AdaptationSet.h \
33     dash/mpd/BaseUrl.h \
34     dash/mpd/BasicCMManager.cpp \
35     dash/mpd/BasicCMManager.h \
36     dash/mpd/BasicCMParser.cpp \
37     dash/mpd/BasicCMParser.h \
38     dash/mpd/CommonAttributesElements.cpp \
39     dash/mpd/CommonAttributesElements.h \
40     dash/mpd/ContentDescription.cpp \
41     dash/mpd/ContentDescription.h \
42     dash/mpd/IMPDManager.h \
43     dash/mpd/IMPDParser.h \
44     dash/mpd/IsoffMainParser.cpp \
45     dash/mpd/IsoffMainParser.h \
46     dash/mpd/IsoffMainManager.cpp \
47     dash/mpd/IsoffMainManager.h \
48     dash/mpd/MPD.cpp \
49     dash/mpd/MPD.h \
50     dash/mpd/MPDFactory.cpp \
51     dash/mpd/MPDFactory.h \
52     dash/mpd/MPDManagerFactory.cpp \
53     dash/mpd/MPDManagerFactory.h \
54     dash/mpd/Period.cpp \
55     dash/mpd/Period.h \
56     dash/mpd/ProgramInformation.cpp \
57     dash/mpd/ProgramInformation.h \
58     dash/mpd/Representation.cpp \
59     dash/mpd/Representation.h \
60     dash/mpd/Segment.cpp \
61     dash/mpd/Segment.h \
62     dash/mpd/SegmentBase.cpp \
63     dash/mpd/SegmentBase.h \
64     dash/mpd/SegmentInfo.cpp \
65     dash/mpd/SegmentInfo.h \
66     dash/mpd/SegmentInfoCommon.cpp \
67     dash/mpd/SegmentInfoCommon.h \
68     dash/mpd/SegmentInfoDefault.cpp \
69     dash/mpd/SegmentInfoDefault.h \
70     dash/mpd/SegmentList.cpp \
71     dash/mpd/SegmentList.h \
72     dash/mpd/SegmentTemplate.cpp \
73     dash/mpd/SegmentTemplate.h \
74     dash/mpd/SegmentTimeline.cpp \
75     dash/mpd/SegmentTimeline.h \
76     dash/mpd/TrickModeType.cpp \
77     dash/mpd/TrickModeType.h \
78     dash/xml/DOMHelper.cpp \
79     dash/xml/DOMHelper.h \
80     dash/xml/DOMParser.cpp \
81     dash/xml/DOMParser.h \
82     dash/xml/Node.cpp \
83     dash/xml/Node.h \
84     dash/dash.cpp \
85     dash/DASHDownloader.cpp \
86     dash/DASHDownloader.h \
87     dash/DASHManager.cpp \
88     dash/DASHManager.h \
89     dash/Helper.cpp \
90     dash/Helper.h
91 libdash_plugin_la_CXXFLAGS = $(AM_CFLAGS) -I$(srcdir)/dash
92 libdash_plugin_la_LIBADD = $(AM_LIBADD) $(SOCKET_LIBS)
93 libvlc_LTLIBRARIES += libdash_plugin.la
94
95 libsmooth_plugin_la_SOURCES = \
96     smooth/smooth.c \
97     smooth/utils.c \
98     smooth/downloader.c \
99     smooth/smooth.h
100
101 libsmooth_plugin_la_CFLAGS = $(AM_CFLAGS)
102 libvlc_LTLIBRARIES += libsmooth_plugin.la
103
104 libhttplive_plugin_la_SOURCES = httplive.c
105 libhttplive_plugin_la_CFLAGS = $(AM_CFLAGS) $(GCRYPT_CFLAGS)
106 libhttplive_plugin_la_LIBADD = $(AM_LIBADD) $(GCRYPT_LIBS) -lgpg-error
107 if HAVE_GCRYPT
108 libvlc_LTLIBRARIES += libhttplive_plugin.la
109 endif
110
111 librecord_plugin_la_SOURCES = record.c
112 librecord_plugin_la_CFLAGS = $(AM_CFLAGS)
113 librecord_plugin_la_LIBADD = $(AM_LIBADD)
114 libvlc_LTLIBRARIES += librecord_plugin.la