File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ action("commit_id") {
250
250
if (is_mac ) {
251
251
copy (" copy_ffmpeg" ) {
252
252
sources = [ " $root_out_dir /libffmpeg.dylib" ]
253
- outputs = [ " $root_out_dir /$chrome_product_full_name .app/Contents/Versions/$chrome_version_full /$chrome_framework_name .framework/ libffmpeg.dylib" ]
253
+ outputs = [ " $root_out_dir /$chrome_product_full_name .app/Contents/Versions/$chrome_version_full /libffmpeg.dylib" ]
254
254
deps = [
255
255
" //chrome" ,
256
256
" //third_party/ffmpeg:ffmpeg"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ index 42d85c9651..0adeafc712 100755
8
8
9
9
+ if (is_mac) {
10
10
+ ldflags += [
11
- + "-Wl,-install_name,@loader_path/libffmpeg.dylib"
11
+ + "-Wl,-install_name,@loader_path/../ libffmpeg.dylib"
12
12
+ ]
13
13
+ }
14
14
+
You can’t perform that action at this time.
0 commit comments