From e61164f19b5d10d4233381618085971b9aa2b6f2 Mon Sep 17 00:00:00 2001 From: Lucas Hazel Date: Sat, 25 Jul 2009 23:10:16 +1000 Subject: [PATCH] mplayer: fix codec dir --- mplayer/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mplayer/Pkgfile b/mplayer/Pkgfile index 007e146ce..f581dc867 100644 --- a/mplayer/Pkgfile +++ b/mplayer/Pkgfile @@ -19,7 +19,7 @@ build() { #export CFLAGS="$(echo $CFLAGS | sed -e 's/-O[s0-3]/-O3/') -ffast-math -fomit-frame-pointer" ./configure --prefix=/usr \ --mandir=/usr/man \ - --codecsdir=/usr/lib/amd64 \ + --codecsdir=/usr/lib/win32 \ --enable-largefiles make make DESTDIR=$PKG install