comparison libaf/af_export.c @ 30901:76a13038105e

Rename get_path.[ch] --> path.[ch]. These files now contain different functions related to path handling.
author diego
date Sat, 20 Mar 2010 23:38:27 +0000
parents 0f1b5b68af32
children 683818e5430d
comparison
equal deleted inserted replaced
30900:e907ff9e7e77 30901:76a13038105e
36 #include <sys/types.h> 36 #include <sys/types.h>
37 #include <sys/stat.h> 37 #include <sys/stat.h>
38 #include <fcntl.h> 38 #include <fcntl.h>
39 39
40 #include "af.h" 40 #include "af.h"
41 #include "get_path.h" 41 #include "path.h"
42 42
43 #define DEF_SZ 512 // default buffer size (in samples) 43 #define DEF_SZ 512 // default buffer size (in samples)
44 #define SHARED_FILE "mplayer-af_export" /* default file name 44 #define SHARED_FILE "mplayer-af_export" /* default file name
45 (relative to ~/.mplayer/ */ 45 (relative to ~/.mplayer/ */
46 46