Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-08-27 13:17:20 +0400
committerDiego Biurrun <diego@biurrun.de>2007-08-27 13:17:20 +0400
commitd56fb404bb6a3f4c0fc0244066e7896b9e9a6868 (patch)
treeb134c45d9911fc05365256fbf980717e15a33bdb /configure
parentc97f54020d5d55511e28622551f13233bd8ceb56 (diff)
Remove unused definition.
Originally committed as revision 10248 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index b4d720be30..edd18762e5 100755
--- a/configure
+++ b/configure
@@ -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