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
Steve Lhomme
VLC
Commits
e219a085
Commit
e219a085
authored
Nov 22, 2006
by
Rémi Denis-Courmont
Browse files
Move encoding and language stuff to their own directory
parent
21899078
Changes
8
Hide whitespace changes
Inline
Side-by-side
modules/access/dvdnav.c
View file @
e219a085
...
...
@@ -47,7 +47,7 @@
#include "iso_lang.h"
/* FIXME we should find a better way than including that */
#include "../../src/
misc
/iso-639_def.h"
#include "../../src/
text
/iso-639_def.h"
#include <dvdnav/dvdnav.h>
...
...
src/Makefile.am
View file @
e219a085
...
...
@@ -314,21 +314,21 @@ SOURCES_libvlc_common = \
network/httpd.c
\
network/rootwrap.c
\
network/tls.c
\
misc/charset.c
\
text/charset.c
\
text/strings.c
\
text/unicode.c
\
text/iso_lang.c
\
text/iso-639_def.h
\
misc/md5.c
\
misc/mtime.c
\
misc/block.c
\
misc/modules.c
\
misc/threads.c
\
misc/stats.c
\
misc/strings.c
\
misc/unicode.c
\
misc/cpu.c
\
misc/configuration.c
\
misc/configuration_chain.c
\
misc/image.c
\
misc/iso_lang.c
\
misc/iso-639_def.h
\
misc/messages.c
\
misc/objects.c
\
misc/variables.c
\
...
...
src/input/es_out.c
View file @
e219a085
...
...
@@ -38,7 +38,7 @@
#include "vlc_playlist.h"
#include "iso_lang.h"
/* FIXME we should find a better way than including that */
#include "../
misc
/iso-639_def.h"
#include "../
text
/iso-639_def.h"
/*****************************************************************************
* Local prototypes
...
...
src/
misc
/charset.c
→
src/
text
/charset.c
View file @
e219a085
File moved
src/
misc
/iso-639_def.h
→
src/
text
/iso-639_def.h
View file @
e219a085
File moved
src/
misc
/iso_lang.c
→
src/
text
/iso_lang.c
View file @
e219a085
File moved
src/
misc
/strings.c
→
src/
text
/strings.c
View file @
e219a085
File moved
src/
misc
/unicode.c
→
src/
text
/unicode.c
View file @
e219a085
File moved
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