[MPlayer-cygwin] [PATCH] mingw resource inclusion fix

Gianluigi Tiesi mplayer at netfarm.it
Thu May 8 03:23:55 CEST 2008


Hi,

osdeps/mplayer.rc searches for version.h in the same directory
while the file is in the parent

Regards

-- 
Gianluigi Tiesi <sherpya at netfarm.it>
EDP Project Leader
Netfarm S.r.l. - http://www.netfarm.it/
Free Software: http://oss.netfarm.it/
-------------- next part --------------
diff -NpuBr -Xexclude.txt main/osdep/mplayer.rc sherpya/osdep/mplayer.rc
--- main/osdep/mplayer.rc	2008-05-05 23:07:26.843750000 +0200
+++ sherpya/osdep/mplayer.rc	2008-05-08 03:20:30.187500000 +0200
@@ -4,7 +4,7 @@
    and add resfile.o to OBJS_MPLAYER in Makefile*/
 
 #include <winver.h>   
-#include "version.h"
+#include "../version.h"
 
 1 VERSIONINFO
 FILEVERSION 0,0,9,0


More information about the MPlayer-cygwin mailing list