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
This commit is contained in:
diego 2010-03-20 23:38:27 +00:00
parent a06a3d476d
commit 70c66c0476
23 changed files with 25 additions and 25 deletions

View File

@ -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 \

View File

@ -46,7 +46,7 @@
#include "libmpcodecs/dec_teletext.h"
#include "vobsub.h"
#include "spudec.h"
#include "get_path.h"
#include "path.h"
#include "stream/tv.h"
#include "stream/stream_radio.h"
#include "stream/pvr.h"

View File

@ -27,7 +27,7 @@
#include "mplayer.h"
#include "m_config.h"
#include "m_option.h"
#include "get_path.h"
#include "path.h"
#include "libmpcodecs/vd.h"
#include "libvo/sub.h"
#include "libvo/video_out.h"

View File

@ -36,7 +36,7 @@
#include "app.h"
#include "cfg.h"
#include "help_mp.h"
#include "get_path.h"
#include "path.h"
#include "mp_core.h"
#include "mplayer.h"
#include "libmpcodecs/vd.h"

View File

@ -23,7 +23,7 @@
#include <windows.h>
#include <commctrl.h>
#include <get_path.h>
#include "path.h"
#include "gui/interface.h"
#include "mp_msg.h"
#include "help_mp.h"

View File

@ -22,7 +22,7 @@
*/
#include <windows.h>
#include <get_path.h>
#include "path.h"
#include "gui/interface.h"
#include "m_option.h"
#include "mixer.h"

View File

@ -24,7 +24,7 @@
#include <windows.h>
#include <stdlib.h>
#include <string.h>
#include <get_path.h>
#include "path.h"
#include "mplayer.h"
#include "mp_msg.h"
#include "help_mp.h"

View File

@ -43,7 +43,7 @@
#include "help_mp.h"
#include "m_config.h"
#include "m_option.h"
#include "get_path.h"
#include "path.h"
#include "joystick.h"

View File

@ -38,7 +38,7 @@
#include <fcntl.h>
#include "af.h"
#include "get_path.h"
#include "path.h"
#define DEF_SZ 512 // default buffer size (in samples)
#define SHARED_FILE "mplayer-af_export" /* default file name

View File

@ -25,7 +25,7 @@
#include <stdlib.h>
#include "mp_msg.h"
#include "get_path.h"
#include "path.h"
#include "ass_mp.h"
#include "help_mp.h"

View File

@ -29,7 +29,7 @@
#include <string.h> /* strerror */
#include "config.h"
#include "get_path.h"
#include "path.h"
#include "mp_msg.h"
#include "vd_internal.h"

View File

@ -48,7 +48,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "mplayer.h"
#include "get_path.h"
#include "path.h"
#include "osd_font.h"
#if (FREETYPE_MAJOR > 2) || (FREETYPE_MAJOR == 2 && FREETYPE_MINOR >= 1)

View File

@ -35,7 +35,7 @@
#include "mp_msg.h"
#include "m_option.h"
#include "sub.h"
#include "get_path.h"
#include "path.h"
#include "libmpdemux/mpeg_packetizer.h"
#include "x11_common.h"

View File

@ -25,7 +25,7 @@
#ifndef __MINGW32__
#include "ext.h"
#endif
#include "get_path.h"
#include "path.h"
#if 1

View File

@ -18,7 +18,7 @@
#include "wine/debugtools.h"
#include "wine/winerror.h"
#include "debug.h"
#include "get_path.h"
#include "path.h"
//DEFAULT_DEBUG_CHANNEL(elfdll)

View File

@ -46,7 +46,7 @@
#endif
#include "win32.h"
#include "drv.h"
#include "get_path.h"
#include "path.h"
#ifdef EMU_QTX_API
#include "wrapper.h"

View File

@ -21,7 +21,7 @@
#include "ext.h"
#include "registry.h"
#include "get_path.h"
#include "path.h"
//#undef TRACE
//#define TRACE printf

View File

@ -49,7 +49,7 @@ for DLL to know too much about its environment.
#include "loader.h"
#include "com.h"
#include "ext.h"
#include "get_path.h"
#include "path.h"
#include <stdlib.h>
#include <assert.h>

View File

@ -63,7 +63,7 @@
#include "parser-mecmd.h"
#include "parser-cfg.h"
#include "mp_fifo.h"
#include "get_path.h"
#include "path.h"
#include "stream/stream.h"
#include "libmpdemux/aviprint.h"

View File

@ -148,7 +148,7 @@ static int cfg_include(m_option_t *conf, char *filename){
return m_config_parse_config_file(mconfig, filename);
}
#include "get_path.h"
#include "path.h"
//**************************************************************************//
//**************************************************************************//

View File

@ -28,7 +28,7 @@
#include <string.h>
#include "config.h"
#include "mp_msg.h"
#include "get_path.h"
#include "path.h"
#ifdef CONFIG_MACOSX_BUNDLE
#include <CoreFoundation/CoreFoundation.h>

View File

@ -18,8 +18,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPLAYER_GET_PATH_H
#define MPLAYER_GET_PATH_H
#ifndef MPLAYER_PATH_H
#define MPLAYER_PATH_H
extern char *def_path;
@ -27,4 +27,4 @@ char *get_path(const char *filename);
void set_path_env(void);
void SetCodecPath(const char *path);
#endif /* MPLAYER_GET_PATH_H */
#endif /* MPLAYER_PATH_H */

View File

@ -44,7 +44,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "help_mp.h"
#include "m_option.h"
#include "m_struct.h"
#include "get_path.h"
#include "path.h"
#include "libavutil/avstring.h"
#include "dvbin.h"