mplayer: fix codec dir
This commit is contained in:
parent
dd81c5c818
commit
e61164f19b
@ -19,7 +19,7 @@ build() {
|
|||||||
#export CFLAGS="$(echo $CFLAGS | sed -e 's/-O[s0-3]/-O3/') -ffast-math -fomit-frame-pointer"
|
#export CFLAGS="$(echo $CFLAGS | sed -e 's/-O[s0-3]/-O3/') -ffast-math -fomit-frame-pointer"
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--codecsdir=/usr/lib/amd64 \
|
--codecsdir=/usr/lib/win32 \
|
||||||
--enable-largefiles
|
--enable-largefiles
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user