Skip to content

Commit

Permalink
Refactor timers and code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelm committed Apr 17, 2018
1 parent f4a59cb commit 503355f
Show file tree
Hide file tree
Showing 5 changed files with 720 additions and 533 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ add_definitions(-D__STDC_FORMAT_MACROS)

set(DVBVIEWER_SOURCES src/client.cpp
src/DvbData.cpp
src/StreamReader.cpp
src/RecordingReader.cpp
src/StreamReader.cpp
src/Timers.cpp
src/TimeshiftBuffer.cpp)

set(DVBVIEWER_HEADERS src/client.h
src/DvbData.h
src/IStreamReader.h
src/RecordingReader.h
src/StreamReader.h
src/Timers.h
src/TimeshiftBuffer.h)

set(DEPLIBS ${kodiplatform_LIBRARIES}
Expand Down
Loading

0 comments on commit 503355f

Please sign in to comment.