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
merge CONFIG_WINCE sections
Originally committed as revision 7047 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård
18 years ago
parent
635eb0cc3d
commit
f940f7c9d2
1 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
libavutil/internal.h
+ 1
- 4
libavutil/internal.h
View File
@@ -51,6 +51,7 @@
# ifdef CONFIG_WINCE
# define perror(a)
# define abort()
# endif
/* __MINGW32__ end */
@@ -97,10 +98,6 @@
# define dprintf(fmt,...)
#endif
#ifdef CONFIG_WINCE
# define abort()
#endif
#define av_abort() do { av_log(NULL, AV_LOG_ERROR, "Abort at %s:%d\n", __FILE__, __LINE__); abort(); } while (0)
extern const uint32_t ff_inverse[256];
Write
Preview
Loading…
Cancel
Save