# -*- sh -*-

if [ -r "/usr/lib/libv4lconvert.so.0" ]; then
    export ld_preload="/usr/lib/libv4lconvert.so.0:$ld_preload"
fi
