Skip to content

Commit

Permalink
Fix build with minimp3 (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
a1phyr authored Oct 20, 2023
1 parent 6a255fe commit 8eaa226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decoder/mp3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::time::Duration;

use crate::Source;

use minimp3::{Decoder, Frame};
use minimp3_fixed::{Decoder, Frame};

pub struct Mp3Decoder<R>
where
Expand Down

0 comments on commit 8eaa226

Please sign in to comment.