~ubuntu-branches/ubuntu/trusty/ffmpeg-debian/trusty

« 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:22:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090205212201-hjhtybuxtm90cbjy
Tags: 3:0.svn20090204-2ubuntu1
* merge from debian. Remaining changes:
  - don't build depend on libfaad-dev

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