Skip to content

Commit 18b901a

Browse files
committed
Enable and fix vorbis module with MSVC
1 parent 85b95b9 commit 18b901a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"MOD_SDL2": "ON",
3535
"MOD_DOX": "OFF",
3636
"MOD_VIDSTAB": "OFF",
37-
"MOD_VORBIS": "OFF",
37+
"MOD_VORBIS": "ON",
3838
"MOD_XINE": "OFF",
3939
"MOD_XML": "ON"
4040
}

vcpkg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"libxml2",
1515
"libebur128",
1616
"gdk-pixbuf",
17-
"rubberband"
17+
"rubberband",
18+
"libvorbis"
1819
]
1920
}

0 commit comments

Comments
 (0)