diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/mplayer/mplayer-maemo | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/mplayer/mplayer-maemo')
-rw-r--r-- | recipes/mplayer/mplayer-maemo/Makefile-codec-cfg.patch | 11 | ||||
-rw-r--r-- | recipes/mplayer/mplayer-maemo/cfg-common-position.patch | 10 |
2 files changed, 21 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 > $@ diff --git a/recipes/mplayer/mplayer-maemo/cfg-common-position.patch b/recipes/mplayer/mplayer-maemo/cfg-common-position.patch new file mode 100644 index 0000000000..d56847005d --- /dev/null +++ b/recipes/mplayer/mplayer-maemo/cfg-common-position.patch @@ -0,0 +1,10 @@ +--- /tmp/cfg-common.h 2008-04-20 17:19:27.399560700 +0200 ++++ trunk/cfg-common.h 2008-04-20 17:20:52.853869963 +0200 +@@ -97,7 +97,6 @@ + {"endpos", &end_at, CONF_TYPE_TIME_SIZE, 0, 0, 0, NULL}, + + {"edl", &edl_filename, CONF_TYPE_STRING, 0, 0, 0, NULL}, +- {"use-last-saved-position", &use_last_saved_position, CONF_TYPE_FLAG, 0, -1, 1, NULL}, + + // AVI specific: force non-interleaved mode + {"ni", &force_ni, CONF_TYPE_FLAG, 0, 0, 1, NULL}, |