enable vp9 by default

This commit is contained in:
j 2015-08-28 15:40:49 +02:00
commit 3ac81e2860
2 changed files with 5 additions and 3 deletions

View file

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