enable vp9 by default
This commit is contained in:
parent
44d68e19d7
commit
3ac81e2860
2 changed files with 5 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue