[vlc-devel] [PATCH 24/27] dash: extended modules.am

Christopher Mueller christopher.mueller at itec.aau.at
Fri Feb 3 11:57:42 CET 2012


---
 modules/stream_filter/dash/Modules.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/modules/stream_filter/dash/Modules.am b/modules/stream_filter/dash/Modules.am
index cab23f6..de245aa 100644
--- a/modules/stream_filter/dash/Modules.am
+++ b/modules/stream_filter/dash/Modules.am
@@ -9,6 +9,9 @@ SOURCES_stream_filter_dash = \
     adaptationlogic/IDownloadRateObserver.h \
     adaptationlogic/RateBasedAdaptationLogic.h \
     adaptationlogic/RateBasedAdaptationLogic.cpp \
+    buffer/BlockBuffer.cpp \
+    buffer/BlockBuffer.h \
+    buffer/IBufferObserver.h \
     exceptions/EOFException.h \
     http/Chunk.cpp \
     http/Chunk.h \
@@ -73,6 +76,8 @@ SOURCES_stream_filter_dash = \
     xml/Node.cpp \
     xml/Node.h \
     dash.cpp \
+    DASHDownloader.cpp \
+    DASHDownloader.h \
     DASHManager.cpp \
     DASHManager.h \
     $(NULL)
-- 
1.7.0.4




More information about the vlc-devel mailing list