[vlc-devel] commit: hq-resampling option has no effect without FPU, remove it for now ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Nov 22 10:57:49 CET 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Nov 22 11:57:06 2009 +0200| [4bc8176fef9521f2de99e16b6fbfa63917ef55e2] | committer: Rémi Denis-Courmont
hq-resampling option has no effect without FPU, remove it for now
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4bc8176fef9521f2de99e16b6fbfa63917ef55e2
---
src/libvlc-module.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 39e2a2f..ec901be 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -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
More information about the vlc-devel
mailing list