Commit 4bc8176f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

hq-resampling option has no effect without FPU, remove it for now

parent a0372878
......@@ -1548,7 +1548,7 @@ vlc_module_begin ()
VOLUME_STEP_LONGTEXT, true )
add_integer( "aout-rate", -1, NULL, AOUT_RATE_TEXT,
AOUT_RATE_LONGTEXT, true )
#if !defined( __APPLE__ )
#if HAVE_FPU && !defined( __APPLE__ )
add_bool( "hq-resampling", 1, NULL, AOUT_RESAMP_TEXT,
AOUT_RESAMP_LONGTEXT, true )
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment