From d686f4e3cf6f5d88ba7b727dcbbe0cc917a7491a Mon Sep 17 00:00:00 2001 From: rathann Date: Thu, 15 Jun 2006 22:58:06 +0000 Subject: sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com< part 1: functional changes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18723 b3059339-0415-0410-9bf9-f77b7e298cf2 --- liba52/mm_accel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'liba52/mm_accel.h') diff --git a/liba52/mm_accel.h b/liba52/mm_accel.h index a20162e23d..e38f00136f 100644 --- a/liba52/mm_accel.h +++ b/liba52/mm_accel.h @@ -1,6 +1,6 @@ /* * mm_accel.h - * Copyright (C) 2000-2001 Michel Lespinasse + * Copyright (C) 2000-2002 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * This file is part of a52dec, a free ATSC A-52 stream decoder. @@ -29,7 +29,7 @@ #define MM_ACCEL_H /* generic accelerations */ -#define MM_ACCEL_MLIB 0x00000001 +#define MM_ACCEL_DJBFFT 0x00000001 /* x86 accelerations */ #define MM_ACCEL_X86_MMX 0x80000000 -- cgit v1.2.3