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 mp_msg: remove filename_recode 2012-07-31 01:35:53 +02:00
gettimeofday.c osdep: Fix gettimeofday type to match the real one 2010-11-02 04:14:44 +02:00
glob-win.c osdep:/glob-win.c: reformat 2012-08-03 01:31:32 +02:00
glob.h Add standard license headers to files. 2009-03-01 13:13:25 +00:00
io.c win32: use more unicode functions 2012-04-06 23:56:30 +02:00
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 Add missing header #includes to fix 'make checkheaders'. 2008-03-07 20:38:21 +00:00
mmap_anon.c #include corresponding .h files in .c files. 2010-02-16 15:03:03 +00:00
mmap_anon.h Add standard license headers to files. 2009-03-01 13:13:25 +00:00
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 vd_ffmpeg: set thread count to number of cores on machine by default 2010-12-20 05:53:28 +02:00
numcores.h vd_ffmpeg: set thread count to number of cores on machine by default 2010-12-20 05:53:28 +02:00
priority.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
priority.h cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
setenv.c cleanup: Silence compilation warnings on MinGW-w64 2012-03-01 00:22:30 +02:00
shmem.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
shmem.h cache2: allow cache sizes up to 4 TB 2012-08-03 01:52:40 +02:00
strsep.c osdep: tweak some #includes 2011-01-31 16:03:10 +02:00
strsep.h Add a proper header for our strsep implementation so strsep will 2010-01-17 15:08:31 +00:00
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 Add standard license headers to files. 2009-03-01 13:13:25 +00:00