summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-09-29 06:15:51 +0000
committerDiego Biurrun <diego@biurrun.de>2008-09-29 06:15:51 +0000
commitc44c4e181ff19e5dff592fb9c1e8f033766395aa (patch)
tree07915c7395aa19e0170c5d6f004cf006f97833f5 /ffmpeg.c
parent92ca91054283f3f3e95de8310733ca67735422fd (diff)
downloadffmpeg-streaming-c44c4e181ff19e5dff592fb9c1e8f033766395aa.zip
ffmpeg-streaming-c44c4e181ff19e5dff592fb9c1e8f033766395aa.tar.gz
cosmetics: Consistently use #ifdef in preprocessor directives.
Originally committed as revision 15459 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index f4ab88f..31e9a0e 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>
OpenPOWER on IntegriCloud