You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mplayer/mplayer-cflags.patch

13 lines
509 B

diff -up mplayer-export-2009-03-29/configure.cflags mplayer-export-2009-03-29/configure
--- mplayer-export-2009-03-29/configure.cflags 2009-03-29 00:21:21.000000000 +0100
+++ mplayer-export-2009-03-29/configure 2009-03-30 22:58:32.000000000 +0200
@@ -795,7 +795,7 @@ for ac_option do
;;
--extra-cflags=*)
- extra_cflags=`echo $ac_option | cut -d '=' -f 2`
+ extra_cflags=`echo $ac_option | cut -d '=' -f 2-`
;;
--extra-ldflags=*)
extra_ldflags=`echo $ac_option | cut -d '=' -f 2`