diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-01-04 23:33:30 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-01-04 23:33:30 +0000 |
commit | 271a02404664cbc3a4b28b39c3c23812dac19b57 (patch) | |
tree | 6d19cd0f7f162358dbc6faed8dcac966df973469 /win32/source | |
parent | b831c841f570dde9092dfbbf1fc4a40f8b5c301c (diff) | |
download | xine-lib-271a02404664cbc3a4b28b39c3c23812dac19b57.tar.gz xine-lib-271a02404664cbc3a4b28b39c3c23812dac19b57.tar.bz2 |
Build fix for win32 xineui.
Remove replicated file.
Michael, thanks for removing video_out_win32.h.
CVS patchset: 5997
CVS date: 2004/01/04 23:33:30
Diffstat (limited to 'win32/source')
-rwxr-xr-x | win32/source/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/source/Makefile b/win32/source/Makefile index e36aab3cd..3118565d1 100755 --- a/win32/source/Makefile +++ b/win32/source/Makefile @@ -14,4 +14,4 @@ clean: -$(RM) $(OBJS) *.exe *~ .cpp.o: - $(CC) -W -Wall $(CFLAGS) `xine-config --cflags` -I../include -c $< + $(CC) -W -Wall $(CFLAGS) `xine-config --cflags` -c $< |