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
Add '#undef exit', the function is now forbidden.
Originally committed as revision 8584 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
19 years ago
parent
58ecc9cd04
commit
2818647310
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/fft-test.c
+1
-0
libavcodec/motion_test.c
+ 2
- 0
libavcodec/fft-test.c
View File
@@ -28,6 +28,8 @@
#include <unistd.h>
#include <sys/time.h>
#undef exit
int mm_flags;
/* reference fft */
+ 1
- 0
libavcodec/motion_test.c
View File
@@ -33,6 +33,7 @@
#include "i386/mmx.h"
#undef exit
#undef printf
int pix_abs16x16_mmx(uint8_t *blk1, uint8_t *blk2, int lx);
Write
Preview
Loading…
Cancel
Save