Move options/config related files from mpvcore/ to options/

Since m_option.h and options.h are extremely often included, a lot of
files have to be changed.

Moving path.c/h to options/ is a bit questionable, but since this is
mainly about access to config files (which are also handled in
options/), it's probably ok.
This commit is contained in:
wm4
2013-12-17 02:02:25 +01:00
parent 793f85945f
commit eb15151705
144 changed files with 210 additions and 210 deletions

View File

@@ -32,7 +32,7 @@
#include "mpvcore/av_common.h"
#include "mpvcore/codecs.h"
#include "mpvcore/mp_msg.h"
#include "mpvcore/options.h"
#include "options/options.h"
#include "mpvcore/av_opts.h"
#include "ad.h"