aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mplayer/mplayer-maemo/Makefile-codec-cfg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mplayer/mplayer-maemo/Makefile-codec-cfg.patch')
-rw-r--r--recipes/mplayer/mplayer-maemo/Makefile-codec-cfg.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/mplayer/mplayer-maemo/Makefile-codec-cfg.patch b/recipes/mplayer/mplayer-maemo/Makefile-codec-cfg.patch
new file mode 100644
index 0000000000..1bd09d6bee
--- /dev/null
+++ b/recipes/mplayer/mplayer-maemo/Makefile-codec-cfg.patch
@@ -0,0 +1,11 @@
+--- /tmp/Makefile 2008-04-20 15:14:45.637878245 +0200
++++ trunk/Makefile 2008-04-20 15:15:10.812438751 +0200
+@@ -401,7 +401,7 @@
+ 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 > $@