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 --- libaf/af_export.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libaf/af_export.c') diff --git a/libaf/af_export.c b/libaf/af_export.c index 08f0f5dbe2..ff8871fdee 100644 --- a/libaf/af_export.c +++ b/libaf/af_export.c @@ -21,9 +21,7 @@ #include #include "af.h" - -extern char * get_path( const char * filename ); - +#include "get_path.h" #define DEF_SZ 512 // default buffer size (in samples) #define SHARED_FILE "mplayer-af_export" /* default file name -- cgit v1.2.3