changeset 32403:76854194b09e

add hint for building an mplayer package that uses libdvdcss at runtime instead of the internal copy
author siretart
date Thu, 14 Oct 2010 08:37:47 +0000
parents 32eb0475a2d2
children 2f42741403a8
files debian/daily-build.sh
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/debian/daily-build.sh	Thu Oct 14 08:36:31 2010 +0000
+++ b/debian/daily-build.sh	Thu Oct 14 08:37:47 2010 +0000
@@ -3,6 +3,9 @@
 # wrapper around dpkg-buildpackage to generate correct changelog
 # use "debian/daily-build.sh -b" to create binary packages
 # and "debian/daily-build.sh -S" to create a source package only
+#
+# use this invocation to load system libdvdcss at runtime
+# env DEB_EXTRA_CONFIGURE_FLAGS=--disable-libdvdcss-internal debian/daily-build.sh -Ilibdvdcss
 
 LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2
 version=$(LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2)