Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
b37a0da0
Commit
b37a0da0
authored
Jan 08, 2016
by
Hugo Beauzée-Luyssen
Browse files
Move Parser sources in its own folder
parent
6dfa05cb
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
b37a0da0
...
...
@@ -63,13 +63,14 @@ list(APPEND SRC_LIST ${HEADERS_LIST}
Movie.cpp
VideoTrack.cpp
AudioTrack.cpp
Parser.cpp
Artist.cpp
Settings.cpp
Device.cpp
File.cpp
Playlist.cpp
parser/Parser.cpp
factory/FileSystem.cpp
filesystem/common/CommonFile.cpp
filesystem/
${
ARCH_FOLDER
}
/Directory.cpp
...
...
src/MediaLibrary.cpp
View file @
b37a0da0
...
...
@@ -39,7 +39,7 @@
#include
"Label.h"
#include
"logging/Logger.h"
#include
"Movie.h"
#include
"Parser.h"
#include
"
parser/
Parser.h"
#include
"Playlist.h"
#include
"Show.h"
#include
"ShowEpisode.h"
...
...
src/Parser.cpp
→
src/
parser/
Parser.cpp
View file @
b37a0da0
File moved
src/Parser.h
→
src/
parser/
Parser.h
View file @
b37a0da0
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment