Mercurial > mplayer.hg
changeset 22801:0e5a839bbef8
Fix compilation of libvo/vo_xvmc.c
Patch by Erik Auerswald, auerswal A unix-ag D uni-kl D de
author | cehoyos |
---|---|
date | Sun, 25 Mar 2007 14:50:02 +0000 |
parents | da9729d2bdf8 |
children | 6279120e9465 |
files | mpcommon.mak |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpcommon.mak Sun Mar 25 04:26:07 2007 +0000 +++ b/mpcommon.mak Sun Mar 25 14:50:02 2007 +0000 @@ -8,7 +8,7 @@ CFLAGS-$(CONFIG_LIBAVCODEC) += -I../libavcodec CFLAGS-$(CONFIG_LIBAVFORMAT) += -I../libavformat -CFLAGS += $(CFLAGS-yes) $(OPTFLAGS) +CFLAGS += $(OPTFLAGS) $(CFLAGS-yes) LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER) LIBS-$(MENCODER) += $(LIBNAME_MENCODER)