mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
libpostproc: deprecate the AMD 3DNow! define
It was left unreferenced in 1f0948272a0fcd0e4947f629b600983f3338c02f. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:

committed by
Michael Niedermayer

parent
1946b7875c
commit
c818c67991
@ -87,7 +87,9 @@ void pp_free_context(pp_context *ppContext);
|
||||
|
||||
#define PP_CPU_CAPS_MMX 0x80000000
|
||||
#define PP_CPU_CAPS_MMX2 0x20000000
|
||||
#if PP_AMD_3DNOW
|
||||
#define PP_CPU_CAPS_3DNOW 0x40000000
|
||||
#endif
|
||||
#define PP_CPU_CAPS_ALTIVEC 0x10000000
|
||||
#define PP_CPU_CAPS_AUTO 0x00080000
|
||||
|
||||
|
@ -43,4 +43,6 @@
|
||||
|
||||
#define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION)
|
||||
|
||||
#define PP_AMD_3DNOW (LIBPOSTPROC_VERSION_MAJOR < 60)
|
||||
|
||||
#endif /* POSTPROC_VERSION_H */
|
||||
|
Reference in New Issue
Block a user