Build media support by default on OSX only.
* Scripts/build-webkit:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27273
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-10-29 Antti Koivisto <antti@apple.com>
+
+ Reviewed by Maciej.
+
+ Build media support by default on OSX only.
+
+ * Scripts/build-webkit:
+
2007-10-30 Kevin McCullough <kmccullough@apple.com>
- Made Adam the reviewer for a previous checkin. Not sure how it didn't
my $xpathSupport = 1;
my $xsltSupport = 1;
my $coverageSupport = 0;
-my $videoSupport = 1;
+my $videoSupport = isOSX(); # Enable by default on OSX
my $showHelp = 0;
my $programName = basename($0);