Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardxliu committed Sep 28, 2020
1 parent 0c0befc commit 3aef7cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ endif
CPP=g++ -std=c++11
NVCC=nvcc
OPTS=-Ofast
LDFLAGS= -lm -pthread -L/usr/local/lib -L/usr/local/Cellar/ffmpeg/4.1.3/lib -lavformat -lavcodec -lavutil -lswscale
COMMON= -Iinclude/ -I3rdparty/stb/include -I/usr/local/include -I/usr/local/Cellar/ffmpeg/4.1.3/include
CFLAGS=-Wall -Wfatal-errors -Wno-unused-result -Wno-unknown-pragmas #-fPIC -lavformat -lavcodec -lavutil -lswscale
LDFLAGS= -lm -pthread
COMMON= -Iinclude/ -I3rdparty/stb/include
CFLAGS=-Wall -Wfatal-errors -Wno-unused-result -Wno-unknown-pragmas -fPIC

ifeq ($(STREAM), 1)
COMMON+= -DSTREAM
Expand Down

0 comments on commit 3aef7cf

Please sign in to comment.