Skip to content

Commit

Permalink
thirdparty: Move mpaheaderinfo to submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
dimhotepus committed May 23, 2024
1 parent 0dfc52c commit 44d875d
Show file tree
Hide file tree
Showing 57 changed files with 9 additions and 4,615 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@
[submodule "external/vpc"]
path = external/vpc
url = git@github.com:Source-Authors/vpc.git
[submodule "thirdparty/mpaheaderinfo"]
path = thirdparty/mpaheaderinfo
url = git@github.com:Source-Authors/mpaheaderInfo.git
4 changes: 2 additions & 2 deletions engine/audio/private/mp3duration_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
//=============================================================================

#include "tier0/platform.h"
#include "MPAHeaderInfo/stdafx.h"
#include "MPAHeaderInfo/MPAFile.h"
#include "mpaheaderinfo/stdafx.h"
#include "mpaheaderinfo/MPAFile.h"
#include "filesystem.h"
#include "soundchars.h"
#include "tier1/utlsymbol.h"
Expand Down
4 changes: 2 additions & 2 deletions engine/engine.vpc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ $Macro ZLIBSRCDIR "$SRCDIR\thirdparty\zlib"
$Macro ZLIBSRC2DIR "$ZLIBSRCDIR\out"
$Macro ZLIBOUTDIR "$ZLIBSRCDIR\out\Release"

$Macro MPAHEADERINFOOUTDIRDEBUG "$SRCDIR\thirdparty\MPAHeaderInfo\out\Debug"
$Macro MPAHEADERINFOOUTDIRRELEASE "$SRCDIR\thirdparty\MPAHeaderInfo\out\Release"
$Macro MPAHEADERINFOOUTDIRDEBUG "$SRCDIR\thirdparty\mpaheaderinfo\out\Debug"
$Macro MPAHEADERINFOOUTDIRRELEASE "$SRCDIR\thirdparty\mpaheaderinfo\out\Release"

$include "$SRCDIR\vpc_scripts\source_dll_base.vpc"
$include "$SRCDIR\vpc_scripts\source_replay.vpc"
Expand Down
2 changes: 1 addition & 1 deletion external/vpc
69 changes: 0 additions & 69 deletions thirdparty/MPAHeaderInfo/APETag.cpp

This file was deleted.

29 changes: 0 additions & 29 deletions thirdparty/MPAHeaderInfo/APETag.h

This file was deleted.

31 changes: 0 additions & 31 deletions thirdparty/MPAHeaderInfo/AboutDlg.cpp

This file was deleted.

21 changes: 0 additions & 21 deletions thirdparty/MPAHeaderInfo/AboutDlg.h

This file was deleted.

150 changes: 0 additions & 150 deletions thirdparty/MPAHeaderInfo/CMakeLists.txt

This file was deleted.

43 changes: 0 additions & 43 deletions thirdparty/MPAHeaderInfo/ID3V1Tag.cpp

This file was deleted.

Loading

0 comments on commit 44d875d

Please sign in to comment.