~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to mpeglib/lib/util/mmx.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
 
 
4
#ifndef _MMX_H
 
5
#define _MMX_H
 
6
 
 
7
 
 
8
#include <stdio.h>
 
9
#include <stdlib.h>
 
10
 
 
11
#ifdef __cplusplus
 
12
extern "C"
 
13
{
 
14
#endif /* __cplusplus */
 
15
 
 
16
int emms();
 
17
int mm_support();
 
18
 
 
19
 
 
20
#ifdef __cplusplus
 
21
}
 
22
#endif /* __cplusplus */
 
23
 
 
24
 
 
25
#endif