Skip to content

Commit d70d187

Browse files
committed
dr_libs use upstream
1 parent 49164ab commit d70d187

File tree

5 files changed

+9
-26919
lines changed

5 files changed

+9
-26919
lines changed

thirdparty/dr_libs/dr_libs.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
*/
2121

2222
#define DR_FLAC_IMPLEMENTATION
23-
#include "upstream/dr_flac.h"
23+
#include <dr_flac.h>
2424

2525
#define DR_MP3_IMPLEMENTATION
26-
#include "upstream/dr_mp3.h"
26+
#include <dr_mp3.h>
2727

2828
#define DR_WAV_IMPLEMENTATION
29-
#include "upstream/dr_wav.h"
29+
#include <dr_wav.h>

thirdparty/dr_libs/dr_libs.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
name: Public domain, single file audio decoding libraries for C and C++
3131
description: Public domain, single file audio decoding libraries for C and C++.
3232
website: https://github.com/mackron/dr_libs
33+
repository: https://github.com/mackron/dr_libs.git
34+
branch: d6e1d922fb7f5c2e0052da566a8a30f0e6b8f613
35+
submodules: 0
3336
license: Public Domain
3437
3538
END_YUP_MODULE_DECLARATION
@@ -40,10 +43,10 @@
4043
#pragma once
4144

4245
#define DR_FLAC_NO_STDIO 1
43-
#include "upstream/dr_flac.h"
46+
#include <dr_flac.h>
4447

4548
#define DR_MP3_NO_STDIO 1
46-
#include "upstream/dr_mp3.h"
49+
#include <dr_mp3.h>
4750

4851
#define DR_WAV_NO_STDIO 1
49-
#include "upstream/dr_wav.h"
52+
#include <dr_wav.h>

0 commit comments

Comments
 (0)