Update with changes from r18894 (get_path as const).

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18914 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-07-05 22:39:54 +00:00
parent 2140d21afb
commit e8357eac0f
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ diff -Naur dvdread.orig/dvd_reader.c dvdread/dvd_reader.c
+#ifndef HAVE_MPLAYER
+ #include "get_path.c"
+#else
+ extern char * get_path( char * filename );
+ extern char * get_path( const char * filename );
+#endif
+
+//extern char * dvdcss_cache_dir;