summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index c3146b8..5c5dd12 100644
--- a/makefile
+++ b/makefile
@@ -4,6 +4,7 @@ obj:=$(src:.c=.o)
libs:=\
egl \
+ gbm \
glesv2 \
libavcodec \
libavutil \
@@ -15,7 +16,7 @@ res:=\
luma.glsl \
chroma.glsl
-
+#CFLAGS+=-DUSE_EGL_MESA_PLATFORM_SURFACELESS
CFLAGS+=$(shell pkg-config --cflags $(libs))
LDFLAGS+=$(shell pkg-config --libs $(libs))