mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
fix typo ARCH_PPC -> ARCH_POWERPC
Originally committed as revision 12465 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
|
||||
#include "armv4l/mathops.h"
|
||||
|
||||
#elif defined(ARCH_PPC)
|
||||
#elif defined(ARCH_POWERPC)
|
||||
|
||||
#include "ppc/mathops.h"
|
||||
|
||||
|
Reference in New Issue
Block a user