diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-09-29 06:15:51 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-09-29 06:15:51 +0000 |
commit | c44c4e181ff19e5dff592fb9c1e8f033766395aa (patch) | |
tree | 07915c7395aa19e0170c5d6f004cf006f97833f5 /ffmpeg.c | |
parent | 92ca91054283f3f3e95de8310733ca67735422fd (diff) | |
download | ffmpeg-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |