Browse Source

fix typo ARCH_PPC -> ARCH_POWERPC

Originally committed as revision 12465 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 18 years ago
parent
commit
e6b790f9e7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mathops.h

+ 1
- 1
libavcodec/mathops.h View File

@@ -32,7 +32,7 @@

#include "armv4l/mathops.h"

#elif defined(ARCH_PPC)
#elif defined(ARCH_POWERPC)

#include "ppc/mathops.h"



Loading…
Cancel
Save