This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Include pixdesc.h for av_get_pix_fmt_name.
Fixes compilation on PPC with Altivec enabled.
tags/n0.8
Reimar Döffinger
14 years ago
parent
f86d260df3
commit
b7b62c3a53
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libswscale/ppc/yuv2rgb_altivec.c
+ 1
- 0
libswscale/ppc/yuv2rgb_altivec.c
View File
@@ -95,6 +95,7 @@ adjustment.
#include "libswscale/swscale.h"
#include "libswscale/swscale_internal.h"
#include "libavutil/cpu.h"
#include "libavutil/pixdesc.h"
#undef PROFILE_THE_BEAST
#undef INC_SCALING
Write
Preview
Loading…
Cancel
Save