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
libbdplus
Commits
67bc538c
Commit
67bc538c
authored
Jan 08, 2015
by
anonymous
Browse files
move file.[ch] -> configfile.[ch]
parent
c2e00ece
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
67bc538c
...
...
@@ -35,8 +35,8 @@ libbdplus_la_SOURCES=\
libbdplus/bdsvm/sha1.h
\
libbdplus/bdsvm/sha1.c
\
file/dirs.h
\
file/file.c
\
file/file.h
\
file/
config
file.c
\
file/
config
file.h
\
util/attributes.h
\
util/macro.h
\
util/mutex.h
\
...
...
src/file/file.c
→
src/file/
config
file.c
View file @
67bc538c
...
...
@@ -21,7 +21,7 @@
# include "config.h"
#endif
#include "file.h"
#include "
config
file.h"
#include "dirs.h"
#include "util/logging.h"
...
...
src/file/file.h
→
src/file/
config
file.h
View file @
67bc538c
File moved
src/libbdplus/bdplus.c
View file @
67bc538c
...
...
@@ -34,7 +34,7 @@
#include "util/macro.h"
#include "util/mutex.h"
#include "util/strutl.h"
#include "file/file.h"
#include "file/
config
file.h"
#include <string.h>
#include <stdlib.h>
...
...
src/libbdplus/bdplus_config.c
View file @
67bc538c
...
...
@@ -23,7 +23,7 @@
#include "bdplus_config.h"
#include "file/file.h"
#include "file/
config
file.h"
#include "util/logging.h"
#include "util/strutl.h"
#include "util/macro.h"
...
...
src/libbdplus/internal.c
View file @
67bc538c
...
...
@@ -26,7 +26,7 @@
#include "bdsvm/loader.h"
#include "bdsvm/segment.h"
#include "file/file.h"
#include "file/
config
file.h"
#include "util/logging.h"
#include "util/macro.h"
#include "util/strutl.h"
...
...
Write
Preview
Supports
Markdown
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