home *** CD-ROM | disk | FTP | other *** search
/ IRIS Development Option 6.2 / IRIS_Development_Option_6.2_814-0478-001.iso / dist / dmedia_dev.idb / usr / include / movie.h.z / movie.h
C/C++ Source or Header  |  1996-03-14  |  1KB  |  34 lines

  1. /*****************************************************************************
  2.  *
  3.  * SGI movie library 
  4.  *
  5.  * movie.h
  6.  *    header file for use with /usr/lib/libmovie.a
  7.  *
  8.  * Copyright 1992 & 1993, Silicon Graphics, Inc.
  9.  * All Rights Reserved.
  10.  *
  11.  * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  12.  * the contents of this file may not be disclosed to third parties, copied or
  13.  * duplicated in any form, in whole or in part, without the prior written
  14.  * permission of Silicon Graphics, Inc.
  15.  *
  16.  * RESTRICTED RIGHTS LEGEND:
  17.  * Use, duplication or disclosure by the Government is subject to restrictions
  18.  * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  19.  * and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  20.  * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  21.  * rights reserved under the Copyright Laws of the United States.
  22.  *
  23.  ****************************************************************************/
  24.  
  25. #ifndef __MOVIELIB_H__
  26. #define __MOVIELIB_H__
  27.  
  28. #ident "$Revision: 1.50 $"
  29.  
  30. #include <dmedia/moviefile.h>
  31. #include <dmedia/movieplay.h>
  32.  
  33. #endif /*__MOVIELIB_H__*/
  34.