diff get_path.h @ 30900:e907ff9e7e77

Move SetCodecPath() from loader to get_path.c and make it unconditional. This fixes compilation with the Win32 loader disabled but other binary codec loaders enabled.
author diego
date Sat, 20 Mar 2010 23:27:07 +0000
parents eb1b97313903
children
line wrap: on
line diff
--- a/get_path.h	Sat Mar 20 01:33:54 2010 +0000
+++ b/get_path.h	Sat Mar 20 23:27:07 2010 +0000
@@ -21,7 +21,10 @@
 #ifndef MPLAYER_GET_PATH_H
 #define MPLAYER_GET_PATH_H
 
+extern char *def_path;
+
 char *get_path(const char *filename);
 void set_path_env(void);
+void SetCodecPath(const char *path);
 
 #endif /* MPLAYER_GET_PATH_H */