]> git.sesse.net Git - vlc/commitdiff
Disable bandlimited resampler for the time being
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 5 Mar 2011 08:13:59 +0000 (10:13 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 5 Mar 2011 08:18:47 +0000 (10:18 +0200)
It is known to crash due to invalid buffer handling. On Linux, I get
memory accesses before the start of the audio buffer. It also crashes
on Windows. Until someone cares to fix it, and I think it really never
worked correctly, lets use the "ugly" resampler, which is not too ugly.

This should fix #3631, #4366, #4491 and possibly others.

modules/audio_filter/Modules.am

index 1239681bf4edcb375e5d2d4ffd92d28c4a236f26..4dc2602601effcb234b2f2117e15b8c04eea4173 100644 (file)
@@ -58,5 +58,6 @@ SOURCES_bandlimited_resampler = \
 SOURCES_ugly_resampler = resampler/ugly.c
 
 libvlc_LTLIBRARIES += \
-       libbandlimited_resampler_plugin.la \
        libugly_resampler_plugin.la
+EXTRA_LTLIBRARIES += \
+       libbandlimited_resampler_plugin.la