projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cosmetics: Consistently use #ifdef in preprocessor directives.
[ffmpeg.git]
/
ffmpeg.c
diff --git
a/ffmpeg.c
b/ffmpeg.c
index
f4ab88f
..
31e9a0e
100644
(file)
--- a/
ffmpeg.c
+++ b/
ffmpeg.c
@@
-52,7
+52,7
@@
#include <sys/select.h>
#endif
-#if
defined(HAVE_TERMIOS_H)
+#if
def HAVE_TERMIOS_H
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/time.h>