Skip to content

Commit 999b21c

Browse files
kiddkaffeinekiddkaffeine
authored andcommitted
Import dav1dfile submodule
1 parent cfdea2e commit 999b21c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
[submodule "lib/SDL3-CS"]
1414
path = lib/SDL3-CS
1515
url = https://github.com/flibitijibibo/SDL3-CS.git
16+
[submodule "lib/dav1dfile"]
17+
path = lib/dav1dfile
18+
url = https://github.com/MoonsideGames/dav1dfile

app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dllmap dll="FAudio" os="osx" target="libFAudio.0.dylib"/>
1313
<dllmap dll="FAudio" os="linux,freebsd,netbsd" target="libFAudio.so.0"/>
1414

15-
<dllmap dll="dav1dfile" os="windows" target="libdav1dfile.dll"/>
15+
<dllmap dll="dav1dfile" os="windows" target="dav1dfile.dll"/>
1616
<dllmap dll="dav1dfile" os="osx" target="libdav1dfile.1.dylib"/>
1717
<dllmap dll="dav1dfile" os="linux,freebsd,netbsd" target="libdav1dfile.so.0"/>
1818

lib/dav1dfile

Submodule dav1dfile added at ed01b75

0 commit comments

Comments
 (0)