Skip to content

Commit

Permalink
make linux work again ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Dec 1, 2024
1 parent 2da1b76 commit 2091286
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/videostreaming/gstreamer/gst_video.pri
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ android {
} else {
message("GStreamer prebuilt directory does not exist")
}
} else {
} windows {
# GStreamer configuration for non-Android platforms
GST_ROOT = c:/gstreamer/1.0/x86_64

Expand All @@ -103,5 +103,9 @@ android {
$$GST_ROOT/lib/gstreamer-1.0/include \
$$GST_ROOT/lib/glib-2.0/include

}
}else {
message(gst linux)
CONFIG += link_pkgconfig
PKGCONFIG += gstreamer-1.0 gstreamer-video-1.0 gstreamer-gl-1.0 gstreamer-app-1.0 #gstreamer1.0-plugins-good

}

0 comments on commit 2091286

Please sign in to comment.