Skip to content

Commit

Permalink
feat: update url source to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Oct 5, 2023
1 parent dace45f commit a86edba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions builder/obs-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,8 @@ function stage_07_plugins_out_tree() {
cmake --install "${PLUGIN_DIR}/${PLUGIN}/build" --prefix "${BASE_DIR}/${INSTALL_DIR}/"
elif [ "${PLUGIN}" == "obs-urlsource" ]; then
cmake -S "${PLUGIN_DIR}/${PLUGIN}" -B "${PLUGIN_DIR}/${PLUGIN}/build" -G Ninja \
-DCMAKE_CXX_FLAGS="-Wno-dev -Wno-error=conversion -Wno-error=shadow" \
-DCMAKE_C_FLAGS="-Wno-dev -Wno-error=conversion -Wno-error=shadow" \
-DCMAKE_BUILD_TYPE="${BUILD_TYPE}" \
-DCMAKE_INSTALL_PREFIX="${BASE_DIR}/${INSTALL_DIR}" \
-DUSE_SYSTEM_CURL=ON \
Expand Down
2 changes: 1 addition & 1 deletion builder/plugins-29-out-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ https://github.com/norihiro/obs-mute-filter/0.2.2
https://github.com/norihiro/obs-text-pthread/2.0.2
https://github.com/nowrep/obs-vkcapture/v1.4.3
https://github.com/obs-ai/obs-localvocal/0.0.3
https://github.com/obs-ai/obs-urlsource/1c893a0fdc68e5ffed4195527946ceb0342d47e4
https://github.com/obs-ai/obs-urlsource/0.1.1
https://github.com/obs-ndi/obs-ndi/4.11.1
https://github.com/obsproject/obs-websocket/4.9.1-compat
https://github.com/phandasm/waveform/v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion builder/plugins-30-out-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ https://github.com/norihiro/obs-mute-filter/0.2.2
https://github.com/norihiro/obs-text-pthread/2.0.2
https://github.com/nowrep/obs-vkcapture/v1.4.3
https://github.com/obs-ai/obs-localvocal/0.0.3
https://github.com/obs-ai/obs-urlsource/1c893a0fdc68e5ffed4195527946ceb0342d47e4
https://github.com/obs-ai/obs-urlsource/0.1.1
https://github.com/obs-ndi/obs-ndi/4.11.1
https://github.com/obsproject/obs-websocket/4.9.1-compat
https://github.com/phandasm/waveform/v1.7.0
Expand Down

0 comments on commit a86edba

Please sign in to comment.