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
c2e00ece
Commit
c2e00ece
authored
Jan 08, 2015
by
anonymous
Browse files
Move loader.[ch] to bdsvm/
parent
48a72664
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
c2e00ece
...
...
@@ -10,13 +10,13 @@ libbdplus_la_SOURCES=\
libbdplus/bdplus.c
\
libbdplus/bdplus_data.h
\
libbdplus/internal.h
\
libbdplus/loader.c
\
libbdplus/loader.h
\
libbdplus/bdplus_config.c
\
libbdplus/bdplus_config.h
\
libbdplus/bdsvm/diff.h
\
libbdplus/bdsvm/event.c
\
libbdplus/bdsvm/event.h
\
libbdplus/bdsvm/loader.c
\
libbdplus/bdsvm/loader.h
\
libbdplus/bdsvm/segment.c
\
libbdplus/bdsvm/trap_helper.c
\
libbdplus/bdsvm/trap.c
\
...
...
src/libbdplus/loader.c
→
src/libbdplus/
bdsvm/
loader.c
View file @
c2e00ece
...
...
@@ -20,7 +20,7 @@
#include "loader.h"
#include "
bdsvm/
dlx.h"
#include "dlx.h"
#include "util/logging.h"
#include "util/macro.h"
...
...
src/libbdplus/loader.h
→
src/libbdplus/
bdsvm/
loader.h
View file @
c2e00ece
File moved
src/libbdplus/internal.c
View file @
c2e00ece
...
...
@@ -21,10 +21,9 @@
#include "internal.h"
#include "bdplus_data.h"
#include "loader.h"
#include "bdsvm/dlx.h"
#include "bdsvm/event.h"
#include "bdsvm/loader.h"
#include "bdsvm/segment.h"
#include "file/file.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