~ubuntu-branches/ubuntu/lucid/ffmpeg/lucid-updates

« back to all changes in this revision

Viewing changes to libswscale/yuv2rgb.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-02-05 21:45:05 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090205214505-fvn0jkiv3lrkaaq4
Tags: 3:0.svn20090204-2ubuntu1+unstripped1
rebuild using a clean, uncrippled ffmpeg tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
//MMX versions
56
56
#undef RENAME
57
57
#undef HAVE_MMX2
58
 
#undef HAVE_3DNOW
 
58
#undef HAVE_AMD3DNOW
59
59
#define HAVE_MMX2 0
60
 
#define HAVE_3DNOW 0
 
60
#define HAVE_AMD3DNOW 0
61
61
#define RENAME(a) a ## _MMX
62
62
#include "yuv2rgb_template.c"
63
63