Mercurial > mplayer.hg
comparison configure @ 23489:aeeb6df0c995
Compile C++ files with the same compiler as all other files.
author | cehoyos |
---|---|
date | Fri, 08 Jun 2007 08:14:31 +0000 |
parents | 04cb37f259e7 |
children | 72db608dc10a |
comparison
equal
deleted
inserted
replaced
23488:63bc8943a1ad | 23489:aeeb6df0c995 |
---|---|
7453 LIBDIR = \$(DESTDIR)$_libdir | 7453 LIBDIR = \$(DESTDIR)$_libdir |
7454 # FFmpeg uses libdir instead of LIBDIR | 7454 # FFmpeg uses libdir instead of LIBDIR |
7455 libdir = \$(LIBDIR) | 7455 libdir = \$(LIBDIR) |
7456 #AR = ar | 7456 #AR = ar |
7457 CC = $_cc | 7457 CC = $_cc |
7458 CXX = $_cc | |
7458 HOST_CC = $_host_cc | 7459 HOST_CC = $_host_cc |
7459 RANLIB = $_ranlib | 7460 RANLIB = $_ranlib |
7460 LDCONFIG = $_ldconfig | 7461 LDCONFIG = $_ldconfig |
7461 INSTALL = $_install | 7462 INSTALL = $_install |
7462 EXTRA_INC = $_inc_extra | 7463 EXTRA_INC = $_inc_extra |