~ubuntu-branches/ubuntu/utopic/libav/utopic

« back to all changes in this revision

Viewing changes to libavutil/cpu.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-12-21 15:32:13 UTC
  • mto: (1.2.18)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20121221153213-fudzrugjzivtv0wp
Tags: upstream-9~beta3
ImportĀ upstreamĀ versionĀ 9~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    /* lower 16 bits - CPU features */
29
29
#define AV_CPU_FLAG_MMX          0x0001 ///< standard MMX
30
30
#define AV_CPU_FLAG_MMXEXT       0x0002 ///< SSE integer functions or AMD MMX ext
31
 
#if LIBAVUTIL_VERSION_MAJOR < 52
 
31
#if FF_API_CPU_FLAG_MMX2
32
32
#define AV_CPU_FLAG_MMX2         0x0002 ///< SSE integer functions or AMD MMX ext
33
33
#endif
34
34
#define AV_CPU_FLAG_3DNOW        0x0004 ///< AMD 3DNOW