mirror of https://github.com/mpv-player/mpv
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:
parent
2140d21afb
commit
e8357eac0f
|
@ -162,7 +162,7 @@ diff -Naur dvdread.orig/dvd_reader.c dvdread/dvd_reader.c
|
||||||
+#ifndef HAVE_MPLAYER
|
+#ifndef HAVE_MPLAYER
|
||||||
+ #include "get_path.c"
|
+ #include "get_path.c"
|
||||||
+#else
|
+#else
|
||||||
+ extern char * get_path( char * filename );
|
+ extern char * get_path( const char * filename );
|
||||||
+#endif
|
+#endif
|
||||||
+
|
+
|
||||||
+//extern char * dvdcss_cache_dir;
|
+//extern char * dvdcss_cache_dir;
|
||||||
|
|
Loading…
Reference in New Issue