diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-27 09:17:20 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-27 09:17:20 +0000 |
commit | d56fb404bb6a3f4c0fc0244066e7896b9e9a6868 (patch) | |
tree | b134c45d9911fc05365256fbf980717e15a33bdb /configure | |
parent | c97f54020d5d55511e28622551f13233bd8ceb56 (diff) | |
download | ffmpeg-d56fb404bb6a3f4c0fc0244066e7896b9e9a6868.tar.gz |
Remove unused definition.
Originally committed as revision 10248 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1970,10 +1970,6 @@ print_config CONFIG_ $TMPH config.mak $CONFIG_LIST \ $MUXER_LIST \ $PROTOCOL_LIST \ -if test "$targetos" = darwin; then - echo "#define SYS_DARWIN 1" >> $TMPH -fi - echo "#define restrict $_restrict" >> $TMPH if enabled small; then |