From 42df964ebd54be4cbba0e9f880debf5d2aea7fef Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 24 Jul 2006 09:58:36 +0000 Subject: packages/mplayer/* : remove the now obsolete versions of mplayer and mplayer-atty. Cleaning up loose patches and stuff. Update svn version in line with latest release version. --- packages/mplayer/files/Makefile-codec-cfg.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/mplayer/files/Makefile-codec-cfg.patch (limited to 'packages/mplayer/files/Makefile-codec-cfg.patch') diff --git a/packages/mplayer/files/Makefile-codec-cfg.patch b/packages/mplayer/files/Makefile-codec-cfg.patch new file mode 100644 index 0000000000..8eec79f291 --- /dev/null +++ b/packages/mplayer/files/Makefile-codec-cfg.patch @@ -0,0 +1,11 @@ +--- trunk/Makefile.orig 2006-07-24 09:55:12.000000000 +0100 ++++ trunk/Makefile 2006-07-24 09:56:18.000000000 +0100 +@@ -410,7 +410,7 @@ + endif + + codec-cfg: codec-cfg.c codec-cfg.h help_mp.h +- $(HOST_CC) -I. -DCODECS2HTML codec-cfg.c -o $@ ++ $(BUILD_CC) -Ilibmpdemux -Iloader -Ilibvo -I. -DCODECS2HTML codec-cfg.c -o $@ + + codecs.conf.h: codec-cfg etc/codecs.conf + ./codec-cfg ./etc/codecs.conf > $@ -- cgit v1.2.3