mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
consistency cosmetics: Rename POWERPC identifiers to PPC.
Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d89eae6f1a
commit
79cb09b2f7
9 changed files with 16 additions and 16 deletions
|
|
@ -323,7 +323,7 @@ static inline av_pure int ff_get_fourcc(const char *s){
|
|||
}\
|
||||
}
|
||||
|
||||
#if defined(ARCH_X86) || defined(ARCH_POWERPC) || defined(ARCH_BFIN)
|
||||
#if defined(ARCH_X86) || defined(ARCH_PPC) || defined(ARCH_BFIN)
|
||||
#define AV_READ_TIME read_time
|
||||
#if defined(ARCH_X86)
|
||||
static inline uint64_t read_time(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue