X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=ff9b4b5f18014bb25ab9712fef4497f2f002727a;hb=a83f4d04da6f8c7ea0203c88d6e39b64b3cb5b22;hp=902d2c1ed5eb9131d9a50611007fe957851fcd69;hpb=313aa6b93245851f57701142ff3a4a22c8a72e1c;p=nageru diff --git a/Makefile b/Makefile index 902d2c1..ff9b4b5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CXX=g++ PROTOC=protoc INSTALL=install EMBEDDED_BMUSB=no -PKG_MODULES := Qt5Core Qt5Gui Qt5Widgets Qt5OpenGLExtensions Qt5OpenGL Qt5PrintSupport libusb-1.0 movit lua52 libmicrohttpd epoxy x264 protobuf libpci +PKG_MODULES := Qt5Core Qt5Gui Qt5Widgets Qt5OpenGLExtensions Qt5OpenGL Qt5PrintSupport libusb-1.0 movit luajit libmicrohttpd epoxy x264 protobuf libpci CXXFLAGS ?= -O2 -g -Wall # Will be overridden by environment. CXXFLAGS += -std=gnu++11 -fPIC $(shell pkg-config --cflags $(PKG_MODULES)) -pthread -DMOVIT_SHADER_DIR=\"$(shell pkg-config --variable=shaderdir movit)\" -Idecklink/