From eb15151705d47d23da844449126cc6b4879f110e Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 02:02:25 +0100 Subject: 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. --- old-makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'old-makefile') diff --git a/old-makefile b/old-makefile index 01a6a2e0b6..4241955581 100644 --- a/old-makefile +++ b/old-makefile @@ -201,19 +201,19 @@ SOURCES = audio/audio.c \ mpvcore/charset_conv.c \ mpvcore/codecs.c \ mpvcore/cpudetect.c \ - mpvcore/m_config.c \ - mpvcore/m_option.c \ - mpvcore/m_property.c \ mpvcore/mp_common.c \ mpvcore/mp_msg.c \ mpvcore/mp_ring.c \ - mpvcore/options.c \ - mpvcore/parser-cfg.c \ - mpvcore/parser-mpcmd.c \ - mpvcore/path.c \ mpvcore/playlist.c \ mpvcore/playlist_parser.c \ mpvcore/version.c \ + options/m_config.c \ + options/m_option.c \ + options/m_property.c \ + options/options.c \ + options/parse_commandline.c \ + options/parse_configfile.c \ + options/path.c \ osdep/io.c \ osdep/numcores.c \ osdep/timer.c \ -- cgit v1.2.3