diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-22 22:46:39 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-22 22:46:39 +0000 |
commit | 9d16f87ffddff90182d679531a3c3b09f1243471 (patch) | |
tree | 9ed49f703a7564056f452a28b0dc8a713749f672 /configure | |
parent | e241ba148fb725c84cdaef896f960767c5d6dcc4 (diff) | |
download | ffmpeg-9d16f87ffddff90182d679531a3c3b09f1243471.tar.gz |
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1975,7 +1975,7 @@ print_config CONFIG_ $TMPH config.mak $CONFIG_LIST \ $PROTOCOL_LIST \ if test "$targetos" = darwin; then - echo "#define CONFIG_DARWIN 1" >> $TMPH + echo "#define SYS_DARWIN 1" >> $TMPH fi echo "#define restrict $_restrict" >> $TMPH |