Skip to content

Commit

Permalink
Link against GStreamer 1.16.1 on Android
Browse files Browse the repository at this point in the history
Other platforms are implicit and use whatever is installed, this is
the only one that mentions a version in the path name
  • Loading branch information
steveatinfincia committed Oct 12, 2019
1 parent d980089 commit e2428ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/VideoStreaming/VideoStreaming.pri
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ LinuxBuild {
QMAKE_POST_LINK += $$escape_expand(\\n) xcopy \"$$GST_ROOT_WIN\\lib\\gstreamer-1.0\\validate\\*.dll\" \"$$DESTDIR_WIN\\gstreamer-plugins\\validate\\\" /Y $$escape_expand(\\n)
}
} else:AndroidBuild {
#- gstreamer assumed to be installed in $$PWD/../../gstreamer-1.0-android-universal-1.16.0/armv7 (or x86)
#- gstreamer assumed to be installed in $$PWD/../../gstreamer-1.0-android-universal-1.16.1/armv7 (or x86)
Androidx86Build {
GST_ROOT = $$PWD/../../gstreamer-1.0-android-universal-1.16.0/x86
GST_ROOT = $$PWD/../../gstreamer-1.0-android-universal-1.16.1/x86
} else {
GST_ROOT = $$PWD/../../gstreamer-1.0-android-universal-1.16.0/armv7
GST_ROOT = $$PWD/../../gstreamer-1.0-android-universal-1.16.1/armv7
}
exists($$GST_ROOT) {
QMAKE_CXXFLAGS += -pthread
Expand Down

0 comments on commit e2428ee

Please sign in to comment.