2005-12-05 15:11:09 +01:00
|
|
|
source $stdenv/setup
|
2004-12-11 00:16:23 +01:00
|
|
|
|
|
|
|
if test -n "$libdvdcss"; then
|
|
|
|
# Ugly hack to force libdvdcss to be present (so the user doesn't
|
|
|
|
# have to set LD_LIBRARY_PATH).
|
|
|
|
export NIX_LDFLAGS="-rpath $libdvdcss/lib -L$libdvdcss/lib -ldvdcss $NIX_LDFLAGS"
|
|
|
|
fi
|
|
|
|
|
2005-01-15 22:49:33 +01:00
|
|
|
if test -n "$libXv"; then
|
|
|
|
configureFlags="--with-xv-path=$libXv/lib $configureFlags"
|
|
|
|
fi
|
|
|
|
|
2004-12-11 00:16:23 +01:00
|
|
|
genericBuild
|