Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / devs / diskimage / include / amigaos / proto / mpega.h
blob4264460fde160ce79ca59c97acdc7e9a1801363a
1 #ifndef _PROTO_MPEGA_H
2 #define _PROTO_MPEGA_H
4 #ifndef EXEC_TYPES_H
5 #include <exec/types.h>
6 #endif
7 #if !defined(CLIB_MPEGA_PROTOS_H) && !defined(__GNUC__)
8 #include <clib/mpega_protos.h>
9 #endif
11 #ifndef __NOLIBBASE__
12 extern struct Library *MPEGABase;
13 #endif
15 #ifdef __GNUC__
16 #include <inline/mpega.h>
17 #elif defined(__VBCC__)
18 #include <inline/mpega_protos.h>
19 #else
20 #include <pragma/mpega_lib.h>
21 #endif
23 #endif /* _PROTO_MPEGA_H */