summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2005-10-22 22:09:44 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2005-10-22 22:09:44 +0000
commitc0b46289096f0154a8ab3f8e1c6b8704a4fb6519 (patch)
tree0283f2adc975691b80f7d6d505e700ab2300264f /configure.ac
parent6c20021826b181e4f98de9937f2f6886e4c6d64e (diff)
downloadxine-lib-c0b46289096f0154a8ab3f8e1c6b8704a4fb6519.tar.gz
xine-lib-c0b46289096f0154a8ab3f8e1c6b8704a4fb6519.tar.bz2
/usr/lib/codecs is preferred /usr/lib/win32 (it is what mplayer uses)
patch by Diego Biurrun CVS patchset: 7765 CVS date: 2005/10/22 22:09:44
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3a044dc7c..225d1e574 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2122,7 +2122,7 @@ dnl For win32 libraries location, needed by libw32dll.
dnl ---------------------------------------------
AC_ARG_WITH(w32-path, AC_HELP_STRING([--with-w32-path=path], [location of WIN32 libraries]),
- w32_path="$withval", w32_path="/usr/lib/win32")
+ w32_path="$withval", w32_path="/usr/lib/codecs")
AC_SUBST(w32_path)