[FFmpeg-cvslog] r15459 - trunk/ffmpeg.c
diego
subversion
Mon Sep 29 08:15:52 CEST 2008
Author: diego
Date: Mon Sep 29 08:15:51 2008
New Revision: 15459
Log:
cosmetics: Consistently use #ifdef in preprocessor directives.
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c (original)
+++ trunk/ffmpeg.c Mon Sep 29 08:15:51 2008
@@ -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>
More information about the ffmpeg-cvslog
mailing list