Mercurial > mplayer.hg
changeset 7168:cb1428dd4d79
assume $(CC) can compile c++ - fixes compile with non-default compiler
author | arpi |
---|---|
date | Fri, 30 Aug 2002 14:35:17 +0000 |
parents | 6cd20773b17e |
children | 35bab6be713b |
files | libmpdemux/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/Makefile Fri Aug 30 14:32:47 2002 +0000 +++ b/libmpdemux/Makefile Fri Aug 30 14:35:17 2002 +0000 @@ -22,7 +22,7 @@ INCLUDE = -I../loader $(CSS_INC) $(EXTRA_INC) CFLAGS = $(OPTFLAGS) $(INCLUDE) CPLUSPLUSFLAGS = $(CFLAGS) $(CPLUSPLUSINCLUDE) -CPLUSPLUS = c++ +CPLUSPLUS = $(CC) .SUFFIXES: .c .cpp .o