aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mplayer/files/Makefile.patch
blob: f0464b91769498c1f82b1d854d06860f210a2b0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 > $@