set vp9 in flags not cflags

This commit is contained in:
j 2015-08-28 16:12:01 +02:00
parent 3ac81e2860
commit 1540bbfb39

View file

@ -6,9 +6,9 @@ BINDIR ?= ${DESTDIR}${PREFIX}/bin
MAN1DIR ?= ${DESTDIR}${PREFIX}/man/man1
CC ?= gcc
CFLAGS ?= -Wall -Wno-parantheses -O3 -DHAVE_VP9=1
CFLAGS ?= -Wall -Wno-parantheses -O3
FLAGS += -ffast-math -fsigned-char -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops
FLAGS = ${CFLAGS}
FLAGS = -DHAVE_VP9=1 ${CFLAGS}
FLAGS += -I. -Isrc -Isrc/halloc
INSTALL = install