From 8881fb73b3601d02796eab988e2d1d6aff1ee07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 26 Nov 2003 21:28:47 +0000 Subject: Win32 MSVC stuff: piece of patch of previous win32 update sputext demuxer - latin1 subtitles work mpeg_pes demuxer - it's compiled fine with MSVC and it seems it works CVS patchset: 5799 CVS date: 2003/11/26 21:28:47 --- src/xine-utils/xineutils.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index 3ccadba03..25926df17 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.64 2003/11/11 18:45:02 f1rmb Exp $ + * $Id: xineutils.h,v 1.65 2003/11/26 21:28:47 valtri Exp $ * */ #ifndef XINEUTILS_H @@ -1090,6 +1090,12 @@ void xine_list_insert_content (xine_list_t *l, void *content); */ void xine_list_delete_current (xine_list_t *l); +#ifndef HAVE_BASENAME +/* + * get base name + */ +char *basename (char const *name); +#endif #ifdef __cplusplus -- cgit v1.2.3