Skip to content

Commit 1ac3dde

Browse files
author
eddyStreamlabs
authored
Merge pull request #19 from stream-labs/update-obs-prebuild
Update obs prebuild
2 parents 1ab21ef + 699a7d3 commit 1ac3dde

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ if(OBSSTUDIO_PREBUILT)
6161
"${OBSSTUDIO_PATH}/bin/Debug/avformat-57.dll"
6262
"${OBSSTUDIO_PATH}/bin/Debug/avutil-55.dll"
6363
"${OBSSTUDIO_PATH}/bin/Debug/libcurl.dll"
64-
"${OBSSTUDIO_PATH}/bin/Debug/libEGLd.dll"
65-
"${OBSSTUDIO_PATH}/bin/Debug/libGLESv2d.dll"
6664
"${OBSSTUDIO_PATH}/bin/Debug/libobs-d3d11.dll"
6765
"${OBSSTUDIO_PATH}/bin/Debug/libobs-opengl.dll"
6866
"${OBSSTUDIO_PATH}/bin/Debug/libogg-0.dll"
@@ -90,8 +88,6 @@ if(OBSSTUDIO_PREBUILT)
9088
"${OBSSTUDIO_PATH}/bin/Release/avformat-57.dll"
9189
"${OBSSTUDIO_PATH}/bin/Release/avutil-55.dll"
9290
"${OBSSTUDIO_PATH}/bin/Release/libcurl.dll"
93-
"${OBSSTUDIO_PATH}/bin/Release/libEGL.dll"
94-
"${OBSSTUDIO_PATH}/bin/Release/libGLESv2.dll"
9591
"${OBSSTUDIO_PATH}/bin/Release/libobs-d3d11.dll"
9692
"${OBSSTUDIO_PATH}/bin/Release/libobs-opengl.dll"
9793
"${OBSSTUDIO_PATH}/bin/Release/libogg-0.dll"

obs-prebuild

0 commit comments

Comments
 (0)