diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-03-20 23:38:27 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-03-20 23:38:27 +0000 |
commit | 70c66c04764421ca277c341657c556cb0f00ec9b (patch) | |
tree | 69bf77427ae7fe9c31a51842b78e65d2a41b3177 /Makefile | |
parent | a06a3d476d268f9e17769916ebabf684af95e5e4 (diff) | |
download | mpv-70c66c04764421ca277c341657c556cb0f00ec9b.tar.bz2 mpv-70c66c04764421ca277c341657c556cb0f00ec9b.tar.xz |
Rename get_path.[ch] --> path.[ch].
These files now contain different functions related to path handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30943 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -344,12 +344,12 @@ SRCS_COMMON = asxparser.c \ edl.c \ find_sub.c \ fmt-conversion.c \ - get_path.c \ m_config.c \ m_option.c \ m_struct.c \ mpcommon.c \ parser-cfg.c \ + path.c \ playtree.c \ playtreeparser.c \ spudec.c \ |