aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacketVideo CM <engbuild@pv.com>2010-06-15 16:36:11 -0700
committerPacketVideo CM <engbuild@pv.com>2010-06-15 16:36:11 -0700
commitbca3457cc10f1568a38933fae72136a2ef02761f (patch)
tree3a3c487a68e46c7e3d1d033f85e1d51887abed16
parent83bf01edf40db2bc5b5a146f63455bd231f8b1de (diff)
downloadopencore-bca3457cc10f1568a38933fae72136a2ef02761f.tar.gz
RIO-8722: Large File Support in MP4 PDL and PPB (minor additional change 7)
Change-Id: Icbc54cd64e3ad5dec2e73b127b3bac359f4f5ce6
-rw-r--r--engines/2way/src/pv_2way_sdkinfo.h2
-rw-r--r--engines/author/src/pv_author_sdkinfo.h2
-rw-r--r--engines/player/src/pv_player_sdkinfo.h2
-rw-r--r--oscl/oscl/config/linux/osclconfig_io.h3
4 files changed, 4 insertions, 5 deletions
diff --git a/engines/2way/src/pv_2way_sdkinfo.h b/engines/2way/src/pv_2way_sdkinfo.h
index f304446be..236380afd 100644
--- a/engines/2way/src/pv_2way_sdkinfo.h
+++ b/engines/2way/src/pv_2way_sdkinfo.h
@@ -21,7 +21,7 @@
// This header file is automatically generated at build-time
// *** OFFICIAL RELEASE INFO -- Will not auto update
-#define PV2WAY_ENGINE_SDKINFO_LABEL "1491008"
+#define PV2WAY_ENGINE_SDKINFO_LABEL "1491425"
#define PV2WAY_ENGINE_SDKINFO_DATE 0x20100611
#endif //PV_2WAY_SDKINFO_H_INCLUDED
diff --git a/engines/author/src/pv_author_sdkinfo.h b/engines/author/src/pv_author_sdkinfo.h
index 1fc7c4c2a..b7f487b7c 100644
--- a/engines/author/src/pv_author_sdkinfo.h
+++ b/engines/author/src/pv_author_sdkinfo.h
@@ -21,7 +21,7 @@
// This header file is automatically generated at build-time
// *** OFFICIAL RELEASE INFO -- Will not auto update
-#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1491008"
+#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1491425"
#define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100611
#endif //PV_AUTHOR_SDKINFO_H_INCLUDED
diff --git a/engines/player/src/pv_player_sdkinfo.h b/engines/player/src/pv_player_sdkinfo.h
index 623887b18..c9150e54d 100644
--- a/engines/player/src/pv_player_sdkinfo.h
+++ b/engines/player/src/pv_player_sdkinfo.h
@@ -21,7 +21,7 @@
// This header file is automatically generated at build-time
// *** OFFICIAL RELEASE INFO -- Will not auto update
-#define PVPLAYER_ENGINE_SDKINFO_LABEL "1491008"
+#define PVPLAYER_ENGINE_SDKINFO_LABEL "1491425"
#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100611
#endif //PV_PLAYER_SDKINFO_H_INCLUDED
diff --git a/oscl/oscl/config/linux/osclconfig_io.h b/oscl/oscl/config/linux/osclconfig_io.h
index 68727b046..842d51c1b 100644
--- a/oscl/oscl/config/linux/osclconfig_io.h
+++ b/oscl/oscl/config/linux/osclconfig_io.h
@@ -286,8 +286,7 @@ typedef struct hostent TOsclHostent;
// file IO support
#if (OSCL_HAS_LARGE_FILE_SUPPORT)
-#define _FILE_OFFSET_BITS 64
-typedef off_t TOsclFileOffset;
+typedef off64_t TOsclFileOffset;
#define MAX_TOSCLFILEOFFSET_VALUE 0x7FFFFFFFFFFFFFFFLL;
#else
typedef int32 TOsclFileOffset;