Browse Source

removed -W -Wall -g and other gcc-specific warning/debug options

patch by Joey Parrish <joey@yunamusic.com>

Originally committed as revision 7074 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Joey Parrish Arpi 23 years ago
parent
commit
b77eec85b3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      postproc/Makefile

+ 1
- 1
postproc/Makefile View File

@@ -7,7 +7,7 @@ SRCS=postprocess.c swscale.c rgb2rgb.c yuv2rgb.c
OBJS=$(SRCS:.c=.o) OBJS=$(SRCS:.c=.o)
CS_TEST_OBJS=cs_test.o rgb2rgb.o ../cpudetect.o ../mp_msg.o CS_TEST_OBJS=cs_test.o rgb2rgb.o ../cpudetect.o ../mp_msg.o


CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall $(EXTRA_INC)
CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. $(EXTRA_INC)
# -I/usr/X11R6/include/ # -I/usr/X11R6/include/


.SUFFIXES: .c .o .SUFFIXES: .c .o


Loading…
Cancel
Save