X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2FAVFoundationSupport.py;h=41a2159bdb0f0ae58e396fe67bdfc019921b3cdb;hp=5c1bb2f3fa05147c145e2038c7e9351da50da1a2;hb=cc9b3e473afd02556eecf7d0239e10c86da72754;hpb=f14666a1c9e071b6465adc366d2e844eb010f6b0 diff --git a/Source/WebCore/AVFoundationSupport.py b/Source/WebCore/AVFoundationSupport.py index 5c1bb2f..41a2159 100644 --- a/Source/WebCore/AVFoundationSupport.py +++ b/Source/WebCore/AVFoundationSupport.py @@ -31,7 +31,7 @@ import os def lookFor(relativePath): - return os.path.isfile(os.environ['WEBKIT_LIBRARIES'] + relativePath) or os.path.isfile(os.environ['WEBKITLIBRARIESDIR'] + relativePath) + return os.path.isfile(os.environ['WEBKIT_LIBRARIES'] + relativePath) print "/* Identifying AVFoundation Support */" if lookFor("/include/AVFoundationCF/AVCFBase.h"):