Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
f3db7675
Commit
f3db7675
authored
Aug 05, 2016
by
Hugo Beauzée-Luyssen
Browse files
Move ToString.h to the proper location
and fix make distcheck
parent
de754f44
Changes
6
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
f3db7675
...
...
@@ -139,6 +139,7 @@ noinst_HEADERS = \
src/utils/ModificationsNotifier.h
\
src/utils/SWMRLock.h
\
src/utils/VLCInstance.h
\
src/utils/ToString.h
\
src/VideoTrack.h
\
src/compat/Thread.h
\
$(NULL)
...
...
src/History.cpp
View file @
f3db7675
...
...
@@ -23,7 +23,7 @@
#include "History.h"
#include "database/SqliteTools.h"
#include "ToString.h"
#include "
utils/
ToString.h"
namespace
medialibrary
{
...
...
src/database/SqliteErrors.h
View file @
f3db7675
...
...
@@ -24,7 +24,7 @@
#include <string>
#include <exception>
#include "ToString.h"
#include "
utils/
ToString.h"
namespace
medialibrary
{
...
...
src/metadata_services/MetadataParser.cpp
View file @
f3db7675
...
...
@@ -28,7 +28,7 @@
#include "Genre.h"
#include "Media.h"
#include "Show.h"
#include "ToString.h"
#include "
utils/
ToString.h"
#include "utils/Filename.h"
#include "utils/ModificationsNotifier.h"
#include <cstdlib>
...
...
src/metadata_services/vlc/VLCThumbnailer.cpp
View file @
f3db7675
...
...
@@ -31,7 +31,7 @@
#include "logging/Logger.h"
#include "MediaLibrary.h"
#include "utils/VLCInstance.h"
#include "ToString.h"
#include "
utils/
ToString.h"
#ifdef HAVE_JPEG
#include "imagecompressors/JpegCompressor.h"
...
...
include
/ToString.h
→
src/utils
/ToString.h
View file @
f3db7675
File moved
Thomas Guillem
@tguillem
mentioned in commit
d38c1c8c
·
Aug 26, 2016
mentioned in commit
d38c1c8c
mentioned in commit d38c1c8cf6988dc0af393cd2b3a3001653d730d6
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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