software/resampling: add wrapper
This commit is contained in:
@ -1,2 +1,5 @@
|
||||
#[cfg(feature = "software-scaling")]
|
||||
pub mod scaling;
|
||||
|
||||
#[cfg(feature = "software-resampling")]
|
||||
pub mod resampling;
|
||||
|
Reference in New Issue
Block a user