[MPlayer-dev-eng] [PATCH] Allow to use live555 with other compilers than /usr/bin/g++
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri Jun 8 01:37:06 CEST 2007
Hi!
Following patch allows to use compilers given with --cc (cross compiler,
intel compiler or different installed gcc's) to compile demux_rtp.cpp
and demux_rtp_codec.cpp.
Ok?
Carl Eugen
Index: configure
===================================================================
--- configure (Revision 23501)
+++ configure (Arbeitskopie)
@@ -7454,6 +7454,7 @@
libdir = \$(LIBDIR)
#AR = ar
CC = $_cc
+CXX = $_cc
HOST_CC = $_host_cc
RANLIB = $_ranlib
LDCONFIG = $_ldconfig
More information about the MPlayer-dev-eng
mailing list