Commit 809a3ad7 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* hacky compilation fix for OSX PPC. Please review

parent 4813f5f0
...@@ -222,6 +222,10 @@ int input_ArtFind( playlist_t *p_playlist, input_item_t *p_item ) ...@@ -222,6 +222,10 @@ int input_ArtFind( playlist_t *p_playlist, input_item_t *p_item )
return i_ret; return i_ret;
} }
#ifndef PATH_MAX
# define PATH_MAX 250
#endif
static void ArtCacheCreateDir( const char *psz_dir ) static void ArtCacheCreateDir( const char *psz_dir )
{ {
char newdir[strlen( psz_dir ) + 1]; char newdir[strlen( psz_dir ) + 1];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment