mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Makefile: Remove unneeded arguments in CCFLAGS.
This fixes a compilation on clang.
This commit is contained in:
parent
03da39e229
commit
0214d4ffcc
|
@ -45,7 +45,7 @@ else
|
|||
endif
|
||||
|
||||
CC = gcc -fopenmp
|
||||
CCFLAGS = $(DFLAGS) -I. -I/usr/local/include -L/usr/local/lib -Wall
|
||||
CCFLAGS = $(DFLAGS) -I. -Wall
|
||||
LDFLAGS += -lm
|
||||
LD = gcc -fopenmp
|
||||
YASM = yasm
|
||||
|
|
Loading…
Reference in a new issue