summaryrefslogtreecommitdiff
path: root/src/input/dvd_udf.c
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2001-09-06 18:38:11 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2001-09-06 18:38:11 +0000
commit94f33ff7e3b7140e78c014be1a68fe9c1ba17814 (patch)
tree56aacd13a3a2f5de4def305cceb2789cfa9bd807 /src/input/dvd_udf.c
parent8d3fda905911b0b1cdadb33c00fb1f800e8f9320 (diff)
downloadxine-lib-94f33ff7e3b7140e78c014be1a68fe9c1ba17814.tar.gz
xine-lib-94f33ff7e3b7140e78c014be1a68fe9c1ba17814.tar.bz2
Trying to port the xine-lib sources to a non-gcc compiler
CVS patchset: 584 CVS date: 2001/09/06 18:38:11
Diffstat (limited to 'src/input/dvd_udf.c')
-rw-r--r--src/input/dvd_udf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/dvd_udf.c b/src/input/dvd_udf.c
index c88209057..c8064b0eb 100644
--- a/src/input/dvd_udf.c
+++ b/src/input/dvd_udf.c
@@ -32,6 +32,10 @@
#include "dvd_udf.h"
+#ifndef __GNUC__
+#define __FUNCTION__ __func__
+#endif
+
static int _Unicodedecode (uint8_t *data, int len, char *target);
#define MAX_FILE_LEN 2048