From c44c4e181ff19e5dff592fb9c1e8f033766395aa Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Mon, 29 Sep 2008 06:15:51 +0000
Subject: [PATCH] cosmetics: Consistently use #ifdef in preprocessor
 directives.

Originally committed as revision 15459 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 ffmpeg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index f4ab88fe542..31e9a0e158e 100644
--- 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>
-- 
GitLab