Skip to content

Commit 8b246f3

Browse files
bacekmeh
authored andcommitted
build: fix typo in amrwb configure args
1 parent f9d0da7 commit 8b246f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ fn build() -> io::Result<()> {
190190
enable!(configure, "BUILD_LIB_VAZAAR", "libvazaar");
191191
enable!(configure, "BUILD_LIB_MP3LAME", "libmp3lame");
192192
enable!(configure, "BUILD_LIB_OPENCORE_AMRNB", "libopencore-amrnb");
193-
enable!(configure, "BUILD_LIB_OPENCORE_AMRWB", "libopencore-amrwrb");
193+
enable!(configure, "BUILD_LIB_OPENCORE_AMRWB", "libopencore-amrwb");
194194
enable!(configure, "BUILD_LIB_OPENH264", "libopenh264");
195195
enable!(configure, "BUILD_LIB_OPENH265", "libopenh265");
196196
enable!(configure, "BUILD_LIB_OPENJPEG", "libopenjpeg");

0 commit comments

Comments
 (0)