gdk-pixbuf-csource-native (2.12.11): Switch to FILESPATHPKG
[openembedded.git] / recipes / mplayer / files / Makefile.patch
blobf0464b91769498c1f82b1d854d06860f210a2b0c
1 Index: MPlayer-1.0rc1/Makefile
2 ===================================================================
3 --- MPlayer-1.0rc1.orig/Makefile
4 +++ MPlayer-1.0rc1/Makefile
5 @@ -399,7 +399,7 @@ osdep/mplayer-rc.o: osdep/mplayer.rc
6 windres -o $@ osdep/mplayer.rc
8 codec-cfg: codec-cfg.c codec-cfg.h help_mp.h
9 - $(HOST_CC) -I. -DCODECS2HTML codec-cfg.c -o $@
10 + $(BUILD_CC) -I. -DCODECS2HTML codec-cfg.c -o $@
12 codecs.conf.h: codec-cfg etc/codecs.conf
13 ./codec-cfg ./etc/codecs.conf > $@