Skip to content

Commit

Permalink
package: run with nv-sglrun to use NVENC
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Feb 22, 2022
1 parent 97dd3e6 commit 3fe50ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion UI/obs-app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,8 @@ string OBSApp::GetVersionString() const
#elif __OpenBSD__
ver << "openbsd)";
#elif __FreeBSD__
ver << "freebsd)";
/* ver << "freebsd)"; */
ver << "aquaBSD)"; // assume aquaBSD for the time being
#else /* assume linux for the time being */
ver << "linux)";
#endif
Expand Down
2 changes: 1 addition & 1 deletion package/scripts/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -e
chmod +x bin/obs

( cd bin
./obs $@
nv-sglrun ./obs $@
)

0 comments on commit 3fe50ee

Please sign in to comment.