]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
cosmetics: Consistently use #ifdef in preprocessor directives.
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 29 Sep 2008 06:15:51 +0000 (06:15 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 29 Sep 2008 06:15:51 +0000 (06:15 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15459 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

ffmpeg.c

index f4ab88fe5420f2a17fb609d3e6c53716c3a95135..31e9a0e158e4e08eab17d48dcaa9fca96cd73af2 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -52,7 +52,7 @@
 #include <sys/select.h>
 #endif
 
-#if defined(HAVE_TERMIOS_H)
+#ifdef HAVE_TERMIOS_H
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <sys/time.h>