diff libmpcodecs/dec_video.c @ 24242:76f5d8892c04

Clean up the way get_path is handled: Compile get_path.c to an object to link against instead of directly #including the C file and replace the many extern declarations by a proper header file.
author diego
date Tue, 28 Aug 2007 11:20:24 +0000
parents 09cdda17770f
children abb784e37907
line wrap: on
line diff
--- a/libmpcodecs/dec_video.c	Tue Aug 28 11:04:36 2007 +0000
+++ b/libmpcodecs/dec_video.c	Tue Aug 28 11:20:24 2007 +0000
@@ -277,8 +277,6 @@
     return 0;
 }
 
-extern char *get_path(const char *filename);
-
 int init_best_video_codec(sh_video_t *sh_video,char** video_codec_list,char** video_fm_list){
 char* vc_l_default[2]={"",(char*)NULL};
 // hack: