[PATCH] mingw resource inclusion fix
Gianluigi Tiesi <[email protected]> Thu, 8 May 2008 03:23:55 +0200
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Hi, osdeps/mplayer.rc searches for version.h in the same directory while the file is in the parent Regards -- Gianluigi Tiesi <[email protected]> EDP Project Leader Netfarm S.r.l. - http://www.netfarm.it/ Free Software: http://oss.netfarm.it/ _______________________________________________ MPlayer-cygwin mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygwin
xx_rcfix.diff
(text/plain, 379 B)
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