fix: webrtc licenses generation (#95)
This commit is contained in:
@@ -53,7 +53,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd src
|
cd src
|
||||||
git apply "$COMMAND_DIR/patches/add_license_dav1d.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
git apply "$COMMAND_DIR/patches/add_licenses.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
||||||
git apply "$COMMAND_DIR/patches/ssl_verify_callback_with_native_handle.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
git apply "$COMMAND_DIR/patches/ssl_verify_callback_with_native_handle.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
||||||
git apply "$COMMAND_DIR/patches/fix_mocks.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
git apply "$COMMAND_DIR/patches/fix_mocks.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd src
|
cd src
|
||||||
git apply "$COMMAND_DIR/patches/add_license_dav1d.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
git apply "$COMMAND_DIR/patches/add_licenses.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
||||||
git apply "$COMMAND_DIR/patches/ssl_verify_callback_with_native_handle.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
git apply "$COMMAND_DIR/patches/ssl_verify_callback_with_native_handle.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
||||||
git apply "$COMMAND_DIR/patches/fix_mocks.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
git apply "$COMMAND_DIR/patches/fix_mocks.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd src
|
cd src
|
||||||
git apply "$COMMAND_DIR/patches/add_license_dav1d.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
git apply "$COMMAND_DIR/patches/add_licenses.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
||||||
git apply "$COMMAND_DIR/patches/ssl_verify_callback_with_native_handle.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
git apply "$COMMAND_DIR/patches/ssl_verify_callback_with_native_handle.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
||||||
git apply "$COMMAND_DIR/patches/fix_mocks.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
git apply "$COMMAND_DIR/patches/fix_mocks.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd src
|
cd src
|
||||||
git apply "$COMMAND_DIR/patches/add_license_dav1d.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
git apply "$COMMAND_DIR/patches/add_licenses.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
||||||
git apply "$COMMAND_DIR/patches/ssl_verify_callback_with_native_handle.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
git apply "$COMMAND_DIR/patches/ssl_verify_callback_with_native_handle.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
||||||
git apply "$COMMAND_DIR/patches/fix_mocks.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
git apply "$COMMAND_DIR/patches/fix_mocks.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ if not exist src (
|
|||||||
)
|
)
|
||||||
|
|
||||||
cd src
|
cd src
|
||||||
call git apply "%COMMAND_DIR%/patches/add_license_dav1d.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
call git apply "%COMMAND_DIR%/patches/add_licenses.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
||||||
call git apply "%COMMAND_DIR%/patches/ssl_verify_callback_with_native_handle.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
call git apply "%COMMAND_DIR%/patches/ssl_verify_callback_with_native_handle.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
||||||
call git apply "%COMMAND_DIR%/patches/fix_mocks.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
call git apply "%COMMAND_DIR%/patches/fix_mocks.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
+7
@@ -8,6 +8,13 @@ index 86b4cd01f0..cf927670ee 100755
|
|||||||
'jdk': [],
|
'jdk': [],
|
||||||
+
|
+
|
||||||
+ 'dav1d': ['third_party/dav1d/LICENSE'],
|
+ 'dav1d': ['third_party/dav1d/LICENSE'],
|
||||||
|
+ 'ffmpeg':[
|
||||||
|
+ 'third_party/ffmpeg/COPYING.GPLv2',
|
||||||
|
+ 'third_party/ffmpeg/COPYING.GPLv3',
|
||||||
|
+ 'third_party/ffmpeg/COPYING.LGPLv2.1',
|
||||||
|
+ 'third_party/ffmpeg/COPYING.LGPLv3'
|
||||||
|
+ ],
|
||||||
|
+ 'openh264': ['third_party/openh264/src/LICENSE'],
|
||||||
+ 'catapult': [],
|
+ 'catapult': [],
|
||||||
+ 'google_benchmark': [],
|
+ 'google_benchmark': [],
|
||||||
+ 'googletest': [],
|
+ 'googletest': [],
|
||||||
Reference in New Issue
Block a user