From 6fcc9af0123abb25b82c43ef631e12069853d725 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Mon, 17 Mar 2008 23:44:46 +0000 Subject: simplify ALIGN_MASK definition Originally committed as revision 12483 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/postprocess_template.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libpostproc/postprocess_template.c') diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c index 3904d4d4ab..74d8a5fc24 100644 --- a/libpostproc/postprocess_template.c +++ b/libpostproc/postprocess_template.c @@ -25,12 +25,7 @@ #include "x86_cpu.h" -#ifdef ARCH_X86_64 -# define ALIGN_MASK "$0xFFFFFFFFFFFFFFF8" -#else -# define ALIGN_MASK "$0xFFFFFFF8" -#endif - +#define ALIGN_MASK "$-8" #undef PAVGB #undef PMINUB -- cgit v1.2.3