summaryrefslogtreecommitdiffstats
path: root/Gui/Makefile
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-04 09:36:03 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-04 09:36:03 +0000
commite70262071eba7e8c2efbd8f8f420cf071fbbd57e (patch)
tree5402f1e224cbd4465e5ca1fc933f9d77743587b2 /Gui/Makefile
parentc118d27f08c8c74d15008968937e6b1626444a1b (diff)
downloadmpv-e70262071eba7e8c2efbd8f8f420cf071fbbd57e.tar.bz2
mpv-e70262071eba7e8c2efbd8f8f420cf071fbbd57e.tar.xz
- add workaround for fuckin locale
- remove tga and bmp filter git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7266 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/Makefile')
-rw-r--r--Gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index e894e48ad9..a678fda70d 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -15,7 +15,7 @@ endif
CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)
SRCS = wm/ws.c wm/wsxdnd.c app.c events.c interface.c cfg.c \
- bitmap/bitmap.c bitmap/tga/tga.c bitmap/bmp/bmp.c bitmap/png/png.c \
+ bitmap/bitmap.c bitmap/png/png.c \
skin/skin.c skin/font.c skin/cut.c \
mplayer/mplayer.c mplayer/widgets.c mplayer/play.c \
mplayer/gtk/menu.c mplayer/gtk/mb.c mplayer/gtk/about.c mplayer/gtk/pl.c mplayer/gtk/sb.c mplayer/gtk/fs.c mplayer/gtk/opts.c mplayer/gtk/url.c mplayer/gtk/eq.c