summaryrefslogtreecommitdiffstats
path: root/Gui/gui.mak
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-12 15:08:53 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-12 15:08:53 +0000
commitfdf4a82029cf9e49e275101175c417b903e16b58 (patch)
treeece8eb0a50e87875bde12c534690e54e447dfe56 /Gui/gui.mak
parent6a8ef38e092fff64227df74d342a0bec0fd65eab (diff)
downloadmpv-fdf4a82029cf9e49e275101175c417b903e16b58.tar.bz2
mpv-fdf4a82029cf9e49e275101175c417b903e16b58.tar.xz
add to multi lang support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1885 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/gui.mak')
-rw-r--r--Gui/gui.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/gui.mak b/Gui/gui.mak
index 1ec3294ec5..221f351fd8 100644
--- a/Gui/gui.mak
+++ b/Gui/gui.mak
@@ -6,6 +6,6 @@ MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c
$(MPLAYERDIR)psignal.c
MPLAYEROBJS = $(MPLAYERSRCS:.c=.o)
-SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c events.c timer.c language.c error.c
+SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c events.c timer.c error.c
OBJS = $(SRCS:.c=.o)