summaryrefslogtreecommitdiffstats
path: root/libvo/Makefile
diff options
context:
space:
mode:
authorfolke <folke@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-16 15:18:46 +0000
committerfolke <folke@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-16 15:18:46 +0000
commit6523f8ff3d91e1429a4dbccbb2af684a5557eb05 (patch)
treec50cca347378610b0de6d72c0c69466fb5d222f6 /libvo/Makefile
parent51248df2578963433d04b75218c7c71e23292c46 (diff)
downloadmpv-6523f8ff3d91e1429a4dbccbb2af684a5557eb05.tar.bz2
mpv-6523f8ff3d91e1429a4dbccbb2af684a5557eb05.tar.xz
changes made for vo_aa
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1553 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/Makefile')
-rw-r--r--libvo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index a442e8aa5e..b7e789bae8 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -10,7 +10,7 @@ ifeq ($(TARGET_ARCH_X86),yes)
SRCS += rgb15to16mmx.c yuv2rgb_mmx.c
endif
-CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) -DMPG12PLAY
+CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) -DMPG12PLAY #-Wall
# -I/usr/X11R6/include/
.SUFFIXES: .c .o