Mercurial > mplayer.hg
comparison configure @ 29742:3bd28ab606db
Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.
author | diego |
---|---|
date | Mon, 19 Oct 2009 09:56:18 +0000 |
parents | d7ae3ef2c189 |
children | 58e73accaeb7 |
comparison
equal
deleted
inserted
replaced
29741:c9c2befb2409 | 29742:3bd28ab606db |
---|---|
8206 CFLAGS_STACKREALIGN = $cflags_stackrealign | 8206 CFLAGS_STACKREALIGN = $cflags_stackrealign |
8207 CFLAGS_SVGALIB_HELPER = $cflags_svgalib_helper | 8207 CFLAGS_SVGALIB_HELPER = $cflags_svgalib_helper |
8208 CFLAGS_TREMOR_LOW = $cflags_tremor_low | 8208 CFLAGS_TREMOR_LOW = $cflags_tremor_low |
8209 YASMFLAGS = $YASMFLAGS | 8209 YASMFLAGS = $YASMFLAGS |
8210 | 8210 |
8211 EXTRALIBS = $extra_libs | 8211 EXTRALIBS = $extra_ldflags $_ld_static $_ld_lm $extra_libs |
8212 EXTRA_LIB = $extra_ldflags $_ld_static $_ld_lm | |
8213 EXTRALIBS_MPLAYER = $libs_mplayer | 8212 EXTRALIBS_MPLAYER = $libs_mplayer |
8214 EXTRALIBS_MENCODER = $libs_mencoder | 8213 EXTRALIBS_MENCODER = $libs_mencoder |
8215 | 8214 |
8216 DEPEND_CMD = \$(CC) -MM \$(CFLAGS) \$(filter-out %.h,\$^) | sed "s,[0-9a-z._-]*: \(\$(SRC_DIR)/\)*\([a-z0-9]*/\)[^/]* ,\\2&," | 8215 DEPEND_CMD = \$(CC) -MM \$(CFLAGS) \$(filter-out %.h,\$^) | sed "s,[0-9a-z._-]*: \(\$(SRC_DIR)/\)*\([a-z0-9]*/\)[^/]* ,\\2&," |
8217 | 8216 |