Mercurial > mplayer.hg
changeset 22814:01ea28c9fa10
Revert r22819
Fix to compile libvo/vo_xvmc.c is no longer needed after FFmpeg r8527.
author | cehoyos |
---|---|
date | Mon, 26 Mar 2007 22:03:43 +0000 |
parents | acfb17bdb671 |
children | 4a07c0311e33 |
files | mpcommon.mak |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpcommon.mak Mon Mar 26 15:53:23 2007 +0000 +++ b/mpcommon.mak Mon Mar 26 22:03:43 2007 +0000 @@ -8,7 +8,7 @@ CFLAGS-$(CONFIG_LIBAVCODEC) += -I../libavcodec CFLAGS-$(CONFIG_LIBAVFORMAT) += -I../libavformat -CFLAGS += $(OPTFLAGS) $(CFLAGS-yes) +CFLAGS += $(CFLAGS-yes) $(OPTFLAGS) LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER) LIBS-$(MENCODER) += $(LIBNAME_MENCODER)