[MPlayer-users] Cross-compilation
Eric Nelson
eric.nelson at boundarydevices.com
Tue Aug 14 15:30:51 CEST 2007
Hello, all.
The patch below allows override of the DESTDIR symbol when doing
"make install". This is useful when creating a filesystem for an
embedded target.
Eric Nelson
Boundary Devices
--- mplayer.orig/configure 2007-08-13 18:16:26.000000000 -0700
+++ mplayer/configure 2007-08-13 18:18:47.000000000 -0700
@@ -7432,7 +7432,7 @@
LANG = C
MAN_LANG = $MAN_LANG
TARGET_OS = $system_name
-DESTDIR =
+DESTDIR ?=
prefix = \$(DESTDIR)$_prefix
BINDIR = \$(DESTDIR)$_bindir
DATADIR = \$(DESTDIR)$_datadir
More information about the MPlayer-users
mailing list