forked from CoSMoSoftware/OBS-studio-webrtc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from clevertech/upstream-merge
Upstream merge
- Loading branch information
Showing
864 changed files
with
45,044 additions
and
24,691 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
[submodule "plugins/win-dshow/libdshowcapture"] | ||
path = plugins/win-dshow/libdshowcapture | ||
url = https://github.com/jp9000/libdshowcapture.git | ||
url = https://github.com/obsproject/libdshowcapture.git | ||
[submodule "plugins/mac-syphon/syphon-framework"] | ||
path = plugins/mac-syphon/syphon-framework | ||
url = https://github.com/palana/Syphon-Framework.git | ||
[submodule "plugins/enc-amf"] | ||
path = plugins/enc-amf | ||
url = https://github.com/Xaymar/obs-studio_amf-encoder-plugin.git | ||
url = https://github.com/obsproject/obs-amd-encoder.git | ||
[submodule "plugins/obs-browser"] | ||
path = plugins/obs-browser | ||
url = https://github.com/kc5nra/obs-browser.git | ||
url = https://github.com/obsproject/obs-browser.git | ||
[submodule "plugins/obs-vst"] | ||
path = plugins/obs-vst | ||
url = https://github.com/DDRBoxman/obs-vst.git | ||
url = https://github.com/obsproject/obs-vst.git | ||
[submodule "plugins/websocket-client/third_party"] | ||
path = plugins/websocket-client/third_party | ||
url = https://github.com/chriskohlhoff/asio.git | ||
|
||
url = https://github.com/chriskohlhoff/asio.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
robocopy C:\projects\obs-studio\build32\rundir\RelWithDebInfo C:\projects\obs-studio\build\ /E /XF .gitignore | ||
robocopy C:\projects\obs-studio\build64\rundir\RelWithDebInfo C:\projects\obs-studio\build\ /E /XC /XN /XO /XF .gitignore | ||
7z a build.zip C:\projects\obs-studio\build\* | ||
robocopy C:\projects\ebs-studio\build32\rundir\RelWithDebInfo C:\projects\ebs-studio\build\ /E /XF .gitignore | ||
robocopy C:\projects\ebs-studio\build64\rundir\RelWithDebInfo C:\projects\ebs-studio\build\ /E /XC /XN /XO /XF .gitignore | ||
7z a build.zip C:\projects\ebs-studio\build\* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
# Make sure ccache is found | ||
export PATH=/usr/local/opt/ccache/libexec:$PATH | ||
# export PATH=/usr/local/opt/ccache/libexec:$PATH | ||
|
||
# set CEF version for use later | ||
# export CEF_BUILD_VERSION="3.3282.1726.gc8368c8" | ||
|
||
sudo rm -rf build | ||
mkdir build | ||
cd build | ||
cmake -DENABLE_SPARKLE_UPDATER=ON \ | ||
cmake \ | ||
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.10 \ | ||
-DDepsPath=/tmp/obsdeps \ | ||
-DDepsPath=/tmp/ebsdeps \ | ||
-DVLCPath=$PWD/../../vlc-master \ | ||
-DBUILD_BROWSER=ON \ | ||
-DCEF_ROOT_DIR=$PWD/../../cef_binary_${CEF_BUILD_VERSION}_macosx64 .. | ||
-DCMAKE_INSTALL_PREFIX=/opt/ebs \ | ||
-DCMAKE_BUILD_TYPE=RelWithDebInfo .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
#!/bin/sh | ||
set -ex | ||
|
||
sudo apt-get -qq update | ||
sudo apt-get install -y \ | ||
build-essential \ | ||
checkinstall \ | ||
cmake \ | ||
libasound2-dev \ | ||
libavcodec-dev \ | ||
libavdevice-dev \ | ||
libavfilter-dev \ | ||
libavformat-dev \ | ||
libavutil-dev \ | ||
libcurl4-openssl-dev \ | ||
libfdk-aac-dev \ | ||
libfontconfig-dev \ | ||
libfreetype6-dev \ | ||
libgl1-mesa-dev \ | ||
libjack-jackd2-dev \ | ||
libjansson-dev \ | ||
libluajit-5.1-dev \ | ||
libpulse-dev \ | ||
libqt5x11extras5-dev \ | ||
libspeexdsp-dev \ | ||
libswresample-dev \ | ||
libswscale-dev \ | ||
libudev-dev \ | ||
libv4l-dev \ | ||
libvlc-dev \ | ||
libx11-dev \ | ||
libx264-dev \ | ||
libxcb-shm0-dev \ | ||
libxcb-xinerama0-dev \ | ||
libxcomposite-dev \ | ||
libxinerama-dev \ | ||
pkg-config \ | ||
python3-dev \ | ||
qtbase5-dev \ | ||
swig | ||
|
||
|
||
# build mbedTLS | ||
cd ~/projects | ||
mkdir mbedtls | ||
cd mbedtls | ||
mbedtlsPath=$PWD | ||
curl -L -O https://github.com/ARMmbed/mbedtls/archive/mbedtls-2.12.0.tar.gz | ||
tar -xf mbedtls-2.12.0.tar.gz | ||
mkdir build | ||
cd ./build | ||
cmake -DENABLE_TESTING=Off -DUSE_SHARED_MBEDTLS_LIBRARY=On ../mbedtls-mbedtls-2.12.0 | ||
make -j 12 | ||
sudo make install | ||
|
||
# return to OBS build dir | ||
cd $APPVEYOR_BUILD_FOLDER |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.