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
009e070f
Commit
009e070f
authored
Aug 09, 2016
by
Hugo Beauzée-Luyssen
Browse files
config.h: Append Fixup.h
parent
ade114fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
009e070f
...
...
@@ -276,6 +276,8 @@ AS_IF([test "${enable_tests}" = "yes"], [
])
AM_CONDITIONAL([HAVE_PTHREAD], [test "${have_pthread}" = "yes"])
AH_BOTTOM([#include "Fixup.h"])
PKG_INSTALLDIR
AC_CONFIG_FILES([
...
...
src/MediaLibrary.cpp
View file @
009e070f
...
...
@@ -20,12 +20,14 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
<algorithm>
#include
<functional>
#include
<sys/stat.h>
#include
"Fixup.h"
#include
"Album.h"
#include
"AlbumTrack.h"
#include
"Artist.h"
...
...
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