Mercurial > mplayer.hg
diff Makefile @ 26567:12dc7032ced3
Move CFLAGS setting to configure.
author | diego |
---|---|
date | Tue, 29 Apr 2008 22:27:50 +0000 |
parents | 2603eac4aaa4 |
children | a92ab298a11f |
line wrap: on
line diff
--- a/Makefile Tue Apr 29 17:54:54 2008 +0000 +++ b/Makefile Tue Apr 29 22:27:50 2008 +0000 @@ -636,8 +636,6 @@ OBJS_MENCODER += $(addsuffix .o, $(basename $(SRCS_MENCODER)) ) OBJS_MPLAYER += $(addsuffix .o, $(basename $(SRCS_MPLAYER)) ) -CFLAGS += $(CFLAGS-yes) $(OPTFLAGS) - INSTALL_TARGETS-$(MPLAYER) += install-mplayer install-mplayer-man INSTALL_TARGETS-$(MENCODER) += install-mencoder install-mplayer-man INSTALL_TARGETS-$(GUI) += install-gui