summarylogtreecommitdiffstats
path: root/chromium-ffmpeg-clang.patch
blob: 4caf3ecf54b3655e2a08ba0fa0f35dd33ba726e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/third_party/ffmpeg/chromium/scripts/build_ffmpeg.py
+++ b/third_party/ffmpeg/chromium/scripts/build_ffmpeg.py
@@ -640,9 +640,9 @@
   if 'win' not in target_os:
     configure_flags['Common'].extend([
         '--enable-pic',
-        '--cc=clang',
-        '--cxx=clang++',
-        '--ld=clang',
+        '--cc=__CLANG_PATH__clang',
+        '--cxx=__CLANG_PATH__clang++',
+        '--ld=__CLANG_PATH__clang',
     ])
 
     # Clang Linux will use the first 'ld' it finds on the path, which will