16 Apr 2008 00:21
Error compiling mplayer r26450: "../etc/mplayer.ico" not found
RVM <rvm3000 <at> ya.com>
2008-04-15 22:21:21 GMT
2008-04-15 22:21:21 GMT
I tried to compile r26450 using mingw. I got this error:
$ make
./version.sh `gcc -dumpversion`
windres -o osdep/mplayer-rc.o osdep/mplayer.rc
j:\mingw\bin\windres.exe: can't open icon file `../etc/mplayer.ico': No such
file or directory
make: *** [osdep/mplayer-rc.o] Error 1
Although I could fix it with this modification:
Index: osdep/mplayer.rc
===================================================================
--- osdep/mplayer.rc (revisi¢n: 26450)
+++ osdep/mplayer.rc (copia de trabajo)
<at> <at> -35,5 +35,5 <at> <at>
}
}
-IDI_ICON1 ICON DISCARDABLE "../etc/mplayer.ico"
+IDI_ICON1 ICON DISCARDABLE "etc/mplayer.ico"
--
--
RVM
RSS Feed