Mercurial > mplayer.hg
changeset 21974:8c63104755fc
Discard -Wdeclaration-after-statement warning.
patch by Carl Eugen Hoyos, cehoyos ag.or at
author | diego |
---|---|
date | Sun, 21 Jan 2007 23:21:50 +0000 |
parents | ecedf99a8be9 |
children | b628a6f19968 |
files | libmpdemux/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/Makefile Sun Jan 21 22:42:06 2007 +0000 +++ b/libmpdemux/Makefile Sun Jan 21 23:21:50 2007 +0000 @@ -74,6 +74,6 @@ CFLAGS-$(CONFIG_LIBAVCODEC) += -I../libavcodec CFLAGS-$(CONFIG_LIBAVFORMAT) += -I../libavformat -CXXFLAGS = $(CFLAGS) -D__STDC_LIMIT_MACROS +CXXFLAGS = $(subst -Wdeclaration-after-statement,,$(CFLAGS)) -D__STDC_LIMIT_MACROS include ../mpcommon.mak