From 84157efa5ac4ee391e8615db69b07027428e331d Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 28 Aug 2007 11:20:24 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24262 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 5e8d65671b..f52a45a912 100644 --- a/mencoder.c +++ b/mencoder.c @@ -48,7 +48,7 @@ #include "m_config.h" #include "parser-mecmd.h" -#include "get_path.c" +#include "get_path.h" #include "stream/stream.h" #include "libmpdemux/demuxer.h" -- cgit v1.2.3