aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mplayer/files/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mplayer/files/Makefile.patch')
-rw-r--r--recipes/mplayer/files/Makefile.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/mplayer/files/Makefile.patch b/recipes/mplayer/files/Makefile.patch
new file mode 100644
index 0000000000..f0464b9176
--- /dev/null
+++ b/recipes/mplayer/files/Makefile.patch
@@ -0,0 +1,13 @@
+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 > $@