Skip to content

Commit

Permalink
win32: upgrade SDL2 (2.0.3) and live555 (2014.03.25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chun-Ying Huang committed Apr 3, 2014
1 parent e9e8bef commit 4a05779
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file removed deps.pkg.win32/SDL2-devel-2.0.1-VC.zip
Binary file not shown.
Binary file added deps.pkg.win32/SDL2-devel-2.0.3-VC.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions deps.pkg.win32/install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rmdir /s /q ffmpeg-%FFMPEG%-win32-dev
@REM
@REM
echo Installing SDL2 ...
set SDL2=2.0.1
set SDL2=2.0.3
bin\7za x -y SDL2-devel-%SDL2%-VC.zip
move /y SDL2-%SDL2%\lib\x86\*.dll %GADEPS%\bin\
move /y SDL2-%SDL2%\include\*.h %GADEPS%\include\SDL2\
Expand All @@ -58,8 +58,8 @@ move /y Pre-built.2\lib\x86\*.lib %GADEPS%\lib\
rmdir /s /q Pre-built.2
@REM
echo Installing live555 ...
@REM bin\7za x live.2012.05.17-bin.zip
bin\7za x live.2013.04.30-bin.zip
@REM bin\7za x live.2013.04.30-bin.zip
bin\7za x live.2014.03.25-bin.zip
move /y live555\include\*.* %GADEPS%\include\live555\
move /y live555\lib\*.lib %GADEPS%\lib\
rmdir /s /q live555
Expand Down
Binary file removed deps.pkg.win32/live.2013.04.30-bin.zip
Binary file not shown.
Binary file added deps.pkg.win32/live.2014.03.25-bin.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion ga/client/rtspclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ ourRTSPClient::createNew(UsageEnvironment& env, char const* rtspURL,

ourRTSPClient::ourRTSPClient(UsageEnvironment& env, char const* rtspURL,
int verbosityLevel, char const* applicationName, portNumBits tunnelOverHTTPPortNum)
: RTSPClient(env,rtspURL, verbosityLevel, applicationName, tunnelOverHTTPPortNum) {
: RTSPClient(env,rtspURL, verbosityLevel, applicationName, tunnelOverHTTPPortNum, -1) {
}

ourRTSPClient::~ourRTSPClient() {
Expand Down

0 comments on commit 4a05779

Please sign in to comment.