[vlc-devel] [PATCH 2/3] Introduce new codec module to decode dirac video via libschroedinger

Christophe Mutricy xtophe at chewa.net
Sun Jun 29 16:48:44 CEST 2008


> +        AS_IF([test "x${enable_schroedinger}" != "x"], [
> +          AC_MSG_ERROR([${SCHROEDINGER_PKG_ERRORS}])
> +        ])


We still have a problem if the user explicitely disable schroedinger.
So i think we should use AS_IF([test "${enable_schroedinger}" = "yes"],

And i'll have a look at the png blob in configure.ac to see if it also
needs fixing


-- 
Xtophe



More information about the vlc-devel mailing list