diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-08 08:14:31 +0000 |
---|---|---|
committer | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-08 08:14:31 +0000 |
commit | 72d4c8cdbb99f3d52ec1a3d8dc2e5385d2c56518 (patch) | |
tree | e73374d0019d70fe3163c029c95e44fc98c851ae /configure | |
parent | 50e63ed5bd100d9e456112d99c3cb181557df211 (diff) | |
download | mpv-72d4c8cdbb99f3d52ec1a3d8dc2e5385d2c56518.tar.bz2 mpv-72d4c8cdbb99f3d52ec1a3d8dc2e5385d2c56518.tar.xz |
Compile C++ files with the same compiler as all other files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23509 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7455,6 +7455,7 @@ LIBDIR = \$(DESTDIR)$_libdir libdir = \$(LIBDIR) #AR = ar CC = $_cc +CXX = $_cc HOST_CC = $_host_cc RANLIB = $_ranlib LDCONFIG = $_ldconfig |