From 1540bbfb3953b962836ba08b5e44d33e1c90120a Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 28 Aug 2015 16:12:01 +0200 Subject: [PATCH] set vp9 in flags not cflags --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f548f79..c433fdf 100644 --- a/Makefile +++ b/Makefile @@ -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