home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / MPEGAPPCdev / Include / pragmas / mpega_pragmas.h
C/C++ Source or Header  |  2000-01-09  |  669b  |  25 lines

  1. /*
  2.    mpega.library (C) 1997-1998 Stéphane TAVENARD
  3. */
  4. #ifdef __PPC__
  5. #include <ppcpragmas/mpega_pragmas.h>
  6. #else
  7. #ifndef PRAGMAS_MPEGA_PRAGMAS_H
  8. #define PRAGMAS_MPEGA_PRAGMAS_H
  9.  
  10. #ifndef CLIB_MPEGA_PROTOS_H
  11. #include <clib/mpega_protos.h>
  12. #endif
  13.  
  14. #pragma libcall MPEGABase MPEGA_open         01E 9802
  15. #pragma libcall MPEGABase MPEGA_close        024 801
  16. #pragma libcall MPEGABase MPEGA_decode_frame 02A 9802
  17. #pragma libcall MPEGABase MPEGA_seek         030 0802
  18. #pragma libcall MPEGABase MPEGA_time         036 9802
  19. #pragma libcall MPEGABase MPEGA_find_sync    03C 0802
  20. #pragma libcall MPEGABase MPEGA_scale        042 0802
  21.  
  22.  
  23. #endif /* PRAGMAS_MPEGA_PRAGMAS_H */
  24. #endif
  25.