diff options
Diffstat (limited to 'packages/mplayer/files/Makefile.patch')
-rw-r--r-- | packages/mplayer/files/Makefile.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/mplayer/files/Makefile.patch b/packages/mplayer/files/Makefile.patch deleted file mode 100644 index f0464b9176..0000000000 --- a/packages/mplayer/files/Makefile.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: MPlayer-1.0rc1/Makefile -=================================================================== ---- MPlayer-1.0rc1.orig/Makefile -+++ MPlayer-1.0rc1/Makefile -@@ -399,7 +399,7 @@ osdep/mplayer-rc.o: osdep/mplayer.rc - windres -o $@ osdep/mplayer.rc - - codec-cfg: codec-cfg.c codec-cfg.h help_mp.h -- $(HOST_CC) -I. -DCODECS2HTML codec-cfg.c -o $@ -+ $(BUILD_CC) -I. -DCODECS2HTML codec-cfg.c -o $@ - - codecs.conf.h: codec-cfg etc/codecs.conf - ./codec-cfg ./etc/codecs.conf > $@ |