X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=6b2168ea7a0be259a1992cbf4b3172b364d78cce;hb=a5746714e6ca1e665bf9e74344e67712443f947a;hp=3cf454694a39bd44fd6e773e12f9697e17ac2207;hpb=9f07870db523d3de947f1f6f235070952f316562;p=nageru diff --git a/Makefile b/Makefile index 3cf4546..6b2168e 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 luajit libmicrohttpd epoxy x264 protobuf libpci +PKG_MODULES := Qt5Core Qt5Gui Qt5Widgets Qt5OpenGLExtensions Qt5OpenGL Qt5PrintSupport libusb-1.0 movit luajit libmicrohttpd epoxy x264 protobuf 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/