diff options
| author | phintuka <phintuka> | 2010-10-19 11:59:20 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2010-10-19 11:59:20 +0000 |
| commit | feeb166c4cf0104101afef0c88c6a48354750d60 (patch) | |
| tree | 10f9b4c2b6fa35ca6753b3284167ac921559ae86 /configure | |
| parent | 274df09ea0f085939bb8cfe2ed739008519195e6 (diff) | |
| download | xineliboutput-feeb166c4cf0104101afef0c88c6a48354750d60.tar.gz xineliboutput-feeb166c4cf0104101afef0c88c6a48354750d60.tar.bz2 | |
Finished the --cc and --cxx switch functionality.
(Thanks to Christian Ruppert)
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.27 2010-10-19 11:56:28 phintuka Exp $ +# * $Id: configure,v 1.28 2010-10-19 11:59:20 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -450,6 +450,8 @@ echo >> $makefile enabled libxine && echo "XINEPLUGINDIR=$XINEPLUGINDIR" >> $makefile && echo >> $makefile # cc/ld flags +echo "CC = $CC">>$makefile +echo "CXX = $CXX">>$makefile echo "CFLAGS_XINE += $CFLAGS_XINE">>$makefile echo "CFLAGS_VDR += $CFLAGS_VDR">>$makefile echo "CFLAGS_X11 += $CFLAGS_X11">>$makefile |
