--- libmpeg3-1.5.4.orig/mpeg3private.h
+++ libmpeg3-1.5.4/mpeg3private.h
@@ -5,7 +5,10 @@
 #include <stdint.h>
 #include <stdio.h>
 
-
+/* We need this define to access stat64 struct on Alpha */
+#ifndef __USE_LARGEFILE64
+#define __USE_LARGEFILE64
+#endif
 
 
 /* Constants */
