comparison libmpdvdkit2/libdvdread_changes.diff @ 18909:7f23ec00eb17

Update with changes from r18894 (get_path as const).
author diego
date Wed, 05 Jul 2006 22:39:54 +0000
parents 50b3c9a53e21
children 5f31565951f7
comparison
equal deleted inserted replaced
18908:e11fcd7d223c 18909:7f23ec00eb17
160 160
161 161
162 +#ifndef HAVE_MPLAYER 162 +#ifndef HAVE_MPLAYER
163 + #include "get_path.c" 163 + #include "get_path.c"
164 +#else 164 +#else
165 + extern char * get_path( char * filename ); 165 + extern char * get_path( const char * filename );
166 +#endif 166 +#endif
167 + 167 +
168 +//extern char * dvdcss_cache_dir; 168 +//extern char * dvdcss_cache_dir;
169 169
170 /** 170 /**