|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../mplayer/mplayer.conf |
|
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 - 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
|
# |
|
|
|
@ -62,6 +62,7 @@ var_append confopt " " "--enable-menu \
|
|
|
|
|
|
|
|
|
|
case "$arch" in |
|
|
|
|
x86) var_append confopt " " "--with-win32libdir=$root/$prefix/lib/win32" |
|
|
|
|
var_append GCC_WRAPPER_APPEND ' ' "-fomit-frame-pointer" |
|
|
|
|
;; |
|
|
|
|
powerpc) |
|
|
|
|
# we need to remove the generic cpu selection to get the run-time |
|
|
|
|