mirror of
https://github.com/eddyem/pointgreycam.git
synced 2026-03-21 01:00:59 +03:00
add save to FITS & hystogram equalization when displaying
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@
|
||||
PROGRAM := grasshopper
|
||||
LDFLAGS := -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,--discard-all
|
||||
LDFLAGS += -lusefull_macros -lflycapture-c -lflycapture -L/usr/local/lib
|
||||
LDFLAGS += -lm -pthread -lglut -lGL -lX11
|
||||
LDFLAGS += -lm -pthread -lglut -lGL -lX11 -lcfitsio
|
||||
SRCS := $(wildcard *.c)
|
||||
DEFINES := $(DEF) -D_GNU_SOURCE -D_XOPEN_SOURCE=1111
|
||||
OBJDIR := mk
|
||||
|
||||
Reference in New Issue
Block a user