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
Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to
ARCH_SPARC anyway. Originally committed as revision 10517 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
18 years ago
parent
670ab31277
commit
4981218420
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
libavcodec/sparc/dsputil_vis.c
+ 0
- 4
libavcodec/sparc/dsputil_vis.c
View File
@@ -25,8 +25,6 @@
#include "config.h"
#ifdef ARCH_SPARC
#include <inttypes.h>
#include <signal.h>
#include <setjmp.h>
@@ -4097,5 +4095,3 @@ void dsputil_init_vis(DSPContext* c, AVCodecContext *avctx)
c->avg_no_rnd_pixels_tab[1][3] = MC_avg_no_round_xy_8_vis;
}
}
#endif /* !(ARCH_SPARC) */
Write
Preview
Loading…
Cancel
Save