mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
Fix VOIP compilation with recent libavutil-dev package.
/usr/include/libavutil/common.h error 'UINT64C' was not declared in this scope.
This commit is contained in:
parent
661453653c
commit
0a843989e4
1 changed files with 3 additions and 2 deletions
|
@ -24,8 +24,6 @@ linux-* {
|
|||
}
|
||||
|
||||
win32 {
|
||||
# ffmpeg
|
||||
QMAKE_CXXFLAGS += -D__STDC_CONSTANT_MACROS
|
||||
|
||||
LIBS_DIR = $$PWD/../../../libs
|
||||
LIBS += -L"$$LIBS_DIR/lib/opencv"
|
||||
|
@ -34,6 +32,9 @@ win32 {
|
|||
LIBS += -lopencv_core$$OPENCV_VERSION -lopencv_highgui$$OPENCV_VERSION -lopencv_imgproc$$OPENCV_VERSION -llibjpeg -llibtiff -llibpng -llibjasper -lIlmImf -lole32 -loleaut32 -luuid -lavicap32 -lavifil32 -lvfw32 -lz
|
||||
}
|
||||
|
||||
# ffmpeg (and libavutil: https://github.com/ffms/ffms2/issues/11)
|
||||
QMAKE_CXXFLAGS += -D__STDC_CONSTANT_MACROS
|
||||
|
||||
QMAKE_CXXFLAGS *= -Wall
|
||||
|
||||
SOURCES = VOIPPlugin.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue