Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commit/9b7993c59ed2f5623c89f7c976ad02e3f53d47dd?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
1 additions and
11 deletions
src/podcast/ffmpeg/UBFFmpegVideoEncoder.h
src/podcast/podcast.pri
@ -79,10 +79,6 @@ public:
void setRecordAudio ( bool pRecordAudio ) { mShouldRecordAudio = pRecordAudio ; }
void setRecordAudio ( bool pRecordAudio ) { mShouldRecordAudio = pRecordAudio ; }
signals :
void encodingFinished ( bool ok ) ;
private slots :
private slots :
void setLastErrorMessage ( const QString & pMessage ) ;
void setLastErrorMessage ( const QString & pMessage ) ;
@ -42,15 +42,9 @@ linux-g++* {
SOURCES += src/podcast/ffmpeg/UBFFmpegVideoEncoder.cpp
SOURCES += src/podcast/ffmpeg/UBFFmpegVideoEncoder.cpp
FFMPEG = /opt/ffmpeg
INCLUDEPATH += $${FFMPEG}/include
DEPENDPATH += /usr/lib/x86_64-linux-gnu
DEPENDPATH += /usr/lib/x86_64-linux-gnu
LIBS += -L $${FFMPEG}/lib -lavformat \
LIBS += -lavformat -lavcodec -lswscale -lavutil \
-L $${FFMPEG}/lib -lavcodec \
-L $${FFMPEG}/lib -lswscale \
-L $${FFMPEG}/lib -lavutil \
-lva-x11 \
-lva-x11 \
-lva \
-lva \
-lxcb-shm \
-lxcb-shm \