Started work on AMD Hardware Decoding
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -9,4 +9,4 @@
|
|||||||
url = https://github.com/ViGEm/ViGEmClient
|
url = https://github.com/ViGEm/ViGEmClient
|
||||||
[submodule "pre-compiled"]
|
[submodule "pre-compiled"]
|
||||||
path = pre-compiled
|
path = pre-compiled
|
||||||
url = https://bitbucket.org/Loki-47-6F-64/pre-compiled.git
|
url = https://github.com/TheElixZammuto/sunshine-prebuilt.git
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ if(WIN32)
|
|||||||
${SUNSHINE_PREPARED_BINARIES}/lib/libswscale.a
|
${SUNSHINE_PREPARED_BINARIES}/lib/libswscale.a
|
||||||
${SUNSHINE_PREPARED_BINARIES}/lib/libx264.a
|
${SUNSHINE_PREPARED_BINARIES}/lib/libx264.a
|
||||||
${SUNSHINE_PREPARED_BINARIES}/lib/libx265.a
|
${SUNSHINE_PREPARED_BINARIES}/lib/libx265.a
|
||||||
|
${SUNSHINE_PREPARED_BINARIES}/lib/libhdr10plus.a
|
||||||
z lzma bcrypt C:/msys64/mingw64/lib/libiconv.a)
|
z lzma bcrypt C:/msys64/mingw64/lib/libiconv.a)
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
|
|||||||
@@ -126,6 +126,7 @@
|
|||||||
# Force a specific encoder, otherwise Sunshine will use the first encoder that is available
|
# Force a specific encoder, otherwise Sunshine will use the first encoder that is available
|
||||||
# supported encoders:
|
# supported encoders:
|
||||||
# nvenc
|
# nvenc
|
||||||
|
# amdvce
|
||||||
# software
|
# software
|
||||||
#
|
#
|
||||||
# encoder = nvenc
|
# encoder = nvenc
|
||||||
|
|||||||
Submodule pre-compiled updated: afd9a9bbfc...d1684ddea5
Reference in New Issue
Block a user