mpv/osdep
Stefano Pigozzi fab9febdc3 path: add mp_find_config_file and reorganize some of the code
Add `mp_find_config_file` to search different known paths and use that in
ass_mp to look for the fontconfig configuration file.

Some incidental changes spawned by this feature where:

 * Buffer allocation for the strings containing the paths is now performed
   with talloc. All of the allocations are done on a NULL context, but it still
   improves readability of the code.
 * Move the OSX function for lookup inside of a bundle: this code path was
   currently not used by the bundle generated with `make osxbundle`. The plan
   is to use it again in a future commit to get a fontconfig config file.
2012-12-15 17:38:00 +01:00
..
cocoa_events.h Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
cocoa_events.m Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
getch2-win.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
getch2.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
getch2.h
gettimeofday.c
glob-win.c
glob.h
io.c
io.h windows support: include io.h when building on Cygwin 2012-09-30 15:16:53 +02:00
macosx_bundle.h path: add mp_find_config_file and reorganize some of the code 2012-12-15 17:38:00 +01:00
macosx_bundle.m path: add mp_find_config_file and reorganize some of the code 2012-12-15 17:38:00 +01:00
macosx_finder_args.h Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
macosx_finder_args.m Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
mmap.h
mmap_anon.c
mmap_anon.h
mpv.exe.manifest build: fix compilation on Windows (manifest files) 2012-10-20 20:03:13 +02:00
mpv.rc build: fix compilation on Windows (manifest files) 2012-10-20 20:03:13 +02:00
numcores.c
numcores.h
priority.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
priority.h
setenv.c
shmem.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
shmem.h
strsep.c
strsep.h
timer-darwin.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
timer-linux.c timer: remove timer_name 2012-09-07 16:06:36 +02:00
timer-win2.c timer: remove timer_name 2012-09-07 16:06:36 +02:00
timer.h timer: remove timer_name 2012-09-07 16:06:36 +02:00
vsscanf.c