X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=6b7925402c2c785fbf6c07f6dbc1a40bd57748f8;hb=6874b5cf96126f064656f0bfdecd8d446a9774a8;hp=968fa63df1bcc0e699e31158e0e0c63b7af947fb;hpb=7b4e64b7a02c5455c61ba49ba77dc93f46206ce1;p=nageru diff --git a/Makefile b/Makefile index 968fa63..6b79254 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 libusb-1.0 movit lua52 libmicrohttpd epoxy x264 protobuf +PKG_MODULES := Qt5Core Qt5Gui Qt5Widgets Qt5OpenGLExtensions Qt5OpenGL libusb-1.0 movit lua52 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/