Commit e219a085 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Move encoding and language stuff to their own directory

parent 21899078
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#include "iso_lang.h" #include "iso_lang.h"
/* FIXME we should find a better way than including that */ /* 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> #include <dvdnav/dvdnav.h>
......
...@@ -314,21 +314,21 @@ SOURCES_libvlc_common = \ ...@@ -314,21 +314,21 @@ SOURCES_libvlc_common = \
network/httpd.c \ network/httpd.c \
network/rootwrap.c \ network/rootwrap.c \
network/tls.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/md5.c \
misc/mtime.c \ misc/mtime.c \
misc/block.c \ misc/block.c \
misc/modules.c \ misc/modules.c \
misc/threads.c \ misc/threads.c \
misc/stats.c \ misc/stats.c \
misc/strings.c \
misc/unicode.c \
misc/cpu.c \ misc/cpu.c \
misc/configuration.c \ misc/configuration.c \
misc/configuration_chain.c \ misc/configuration_chain.c \
misc/image.c \ misc/image.c \
misc/iso_lang.c \
misc/iso-639_def.h \
misc/messages.c \ misc/messages.c \
misc/objects.c \ misc/objects.c \
misc/variables.c \ misc/variables.c \
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include "vlc_playlist.h" #include "vlc_playlist.h"
#include "iso_lang.h" #include "iso_lang.h"
/* FIXME we should find a better way than including that */ /* FIXME we should find a better way than including that */
#include "../misc/iso-639_def.h" #include "../text/iso-639_def.h"
/***************************************************************************** /*****************************************************************************
* Local prototypes * Local prototypes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment