Rockbox Development > Starting Development and Compiling

Problems with patching iPlay

(1/1)

noamhir:
i have 3 files:
iplay_plugin_c.patch
iplay_plugin_h.patch
iplay.c
that i downloaded from flyspray.
I patch these two with vmware (patch --binary -p0 < ...)
and compile it.
i don't know why, but it doesn't affect my build at all.
no iPlay.rock is placed in the rocks folder.
What should i do to make it to create the iplay.rock?
what have i done wrong?

noamhir

Rincewind:
did you copy the iplay.c in apps/plugins ?

noamhir:
yea.. also tried that already...
any other ideas? :-\

bluebrother:
what files are affected by the patch? And which are actually altered by the patch? I suspect the patch not adding the source file to SOURCES.

aw3se4dr5:
IN the apps folder, there is a file called SOURCES.  Open it with a text editor and somewhere in the beginning add "iplay.c" on a new line

for example:
rockboy.c
solitaire.c
xobox.c

would become:
rockboy.c
iplay.c
solitaire.c
xobox.c


Your file is going to be bigger than that, though. and in a different order

Navigation

[0] Message Index

Go to full version