]> git.sesse.net Git - vlc/blob - modules/stream_filter/dash/Modules.am
dash: Reworking segments.
[vlc] / modules / stream_filter / dash / Modules.am
1 SOURCES_stream_filter_dash = \
2     adaptationlogic/AbstractAdaptationLogic.cpp \
3     adaptationlogic/AbstractAdaptationLogic.h \
4     adaptationlogic/AdaptationLogicFactory.cpp \
5     adaptationlogic/AdaptationLogicFactory.h \
6     adaptationlogic/AlwaysBestAdaptationLogic.cpp \
7     adaptationlogic/AlwaysBestAdaptationLogic.h \
8     adaptationlogic/IAdaptationLogic.h \
9     adaptationlogic/IDownloadRateObserver.h \
10     adaptationlogic/NullAdaptationLogic.h \
11     adaptationlogic/RateBasedAdaptationLogic.h \
12     adaptationlogic/RateBasedAdaptationLogic.cpp \
13     exceptions/AttributeNotPresentException.h \
14     exceptions/ElementNotPresentException.h \
15     exceptions/EOFException.h \
16     http/Chunk.cpp \
17     http/Chunk.h \
18     http/HTTPConnection.cpp \
19     http/HTTPConnection.h \
20     http/HTTPConnectionManager.cpp \
21     http/HTTPConnectionManager.h \
22     http/IHTTPConnection.h \
23     mpd/Accessibility.h \
24     mpd/BaseUrl.h \
25     mpd/BasicCMManager.cpp \
26     mpd/BasicCMManager.h \
27     mpd/BasicCMParser.cpp \
28     mpd/BasicCMParser.h \
29     mpd/CommonAttributesElements.cpp \
30     mpd/CommonAttributesElements.h \
31     mpd/ContentDescription.cpp \
32     mpd/ContentDescription.h \
33     mpd/ContentProtection.h \
34     mpd/Group.cpp \
35     mpd/Group.h \
36     mpd/IMPDManager.h \
37     mpd/IMPDParser.h \
38     mpd/MPD.cpp \
39     mpd/MPD.h \
40     mpd/MPDManagerFactory.cpp \
41     mpd/MPDManagerFactory.h \
42     mpd/NullManager.cpp \
43     mpd/NullManager.h \
44     mpd/Period.cpp \
45     mpd/Period.h \
46     mpd/ProgramInformation.cpp \
47     mpd/ProgramInformation.h \
48     mpd/Rating.h \
49     mpd/Representation.cpp \
50     mpd/Representation.h \
51     mpd/SchemeInformation.cpp \
52     mpd/SchemeInformation.h \
53     mpd/Segment.cpp \
54     mpd/Segment.h \
55     mpd/SegmentInfo.cpp \
56     mpd/SegmentInfo.h \
57     mpd/TrickModeType.cpp \
58     mpd/TrickModeType.h \
59     mpd/Viewpoint.h \
60     xml/DOMHelper.cpp \
61     xml/DOMHelper.h \
62     xml/DOMParser.cpp \
63     xml/DOMParser.h \
64     xml/Node.cpp \
65     xml/Node.h \
66     dash.cpp \
67     DASHManager.cpp \
68     DASHManager.h \
69     $(NULL)
70 libvlc_LTLIBRARIES += libstream_filter_dash_plugin.la