Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
9b7993c5
Commit
9b7993c5
authored
Sep 02, 2016
by
Craig Watson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated ffmpeg library path and removed twice-defined signal
parent
32af9631
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
11 deletions
+1
-11
UBFFmpegVideoEncoder.h
src/podcast/ffmpeg/UBFFmpegVideoEncoder.h
+0
-4
podcast.pri
src/podcast/podcast.pri
+1
-7
No files found.
src/podcast/ffmpeg/UBFFmpegVideoEncoder.h
View file @
9b7993c5
...
...
@@ -79,10 +79,6 @@ public:
void
setRecordAudio
(
bool
pRecordAudio
)
{
mShouldRecordAudio
=
pRecordAudio
;
}
signals
:
void
encodingFinished
(
bool
ok
);
private
slots
:
void
setLastErrorMessage
(
const
QString
&
pMessage
);
...
...
src/podcast/podcast.pri
View file @
9b7993c5
...
...
@@ -42,15 +42,9 @@ linux-g++* {
SOURCES += src/podcast/ffmpeg/UBFFmpegVideoEncoder.cpp
FFMPEG = /opt/ffmpeg
INCLUDEPATH += $${FFMPEG}/include
DEPENDPATH += /usr/lib/x86_64-linux-gnu
LIBS += -L $${FFMPEG}/lib -lavformat \
-L $${FFMPEG}/lib -lavcodec \
-L $${FFMPEG}/lib -lswscale \
-L $${FFMPEG}/lib -lavutil \
LIBS += -lavformat -lavcodec -lswscale -lavutil \
-lva-x11 \
-lva \
-lxcb-shm \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment