From d8d84ab35176223291bc3a69490b0873bbaf9c69 Mon Sep 17 00:00:00 2001 From: wbx Date: Wed, 13 Apr 2011 16:02:45 +0200 Subject: revert update --- package/mplayer/patches/patch-Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/mplayer/patches/patch-Makefile') diff --git a/package/mplayer/patches/patch-Makefile b/package/mplayer/patches/patch-Makefile index 9c8e32783..3f57255db 100644 --- a/package/mplayer/patches/patch-Makefile +++ b/package/mplayer/patches/patch-Makefile @@ -1,11 +1,11 @@ ---- MPlayer-1.0rc4.orig/Makefile 2010-07-29 19:08:19.000000000 +0200 -+++ MPlayer-1.0rc4/Makefile 2011-04-01 16:14:58.571818417 +0200 -@@ -851,7 +851,7 @@ mencoder$(EXESUF) mplayer$(EXESUF): +--- mplayer-1.0-32749.orig/Makefile 2011-01-03 11:27:11.000000000 +0100 ++++ mplayer-1.0-32749/Makefile 2011-02-05 18:20:49.000000000 +0100 +@@ -816,7 +816,7 @@ mencoder$(EXESUF) mplayer$(EXESUF): $(CC) -o $@ $^ $(EXTRALIBS) codec-cfg$(EXESUF): codec-cfg.c codec-cfg.h help_mp.h -- $(HOST_CC) -O -DCODECS2HTML -I. -o $@ $< -+ $(CC_FOR_BUILD) -O -DCODECS2HTML -I. -o $@ $< +- $(HOST_CC) -O -DCODECS2HTML -I. -Iffmpeg -o $@ $< ++ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -O -DCODECS2HTML -I. -Iffmpeg -o $@ $< codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf ./$^ > $@ -- cgit v1.2.3