summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 11:06:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 11:06:07 +0000
commit405385d0bab9aac46a4a897771d9144fb2537491 (patch)
tree5efe07d021d9cd6fdcf0f23af0a5147b72a47b3b /osdep
parent7d560418f690487d87126d5d1916a7440eac6794 (diff)
downloadmpv-405385d0bab9aac46a4a897771d9144fb2537491.tar.bz2
mpv-405385d0bab9aac46a4a897771d9144fb2537491.tar.xz
Use consistent include paths, we always build from the top level now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26603 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-rw-r--r--osdep/mplayer.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep/mplayer.rc b/osdep/mplayer.rc
index 0436bfbba5..3bcfdb2197 100644
--- a/osdep/mplayer.rc
+++ b/osdep/mplayer.rc
@@ -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
@@ -35,5 +35,5 @@ FILETYPE VFT_APP
}
}
-IDI_ICON1 ICON DISCARDABLE "../etc/mplayer.ico"
+IDI_ICON1 ICON DISCARDABLE "etc/mplayer.ico"