Skip to content
Snippets Groups Projects
Commit bf8b52a4 authored by dogmaphobic's avatar dogmaphobic
Browse files

Missing dependencies for video streaming on iOS.

parent e52f5a72
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ LinuxBuild { ...@@ -44,7 +44,7 @@ LinuxBuild {
exists($$GST_ROOT) { exists($$GST_ROOT) {
CONFIG += VideoEnabled CONFIG += VideoEnabled
INCLUDEPATH += $$GST_ROOT/Headers INCLUDEPATH += $$GST_ROOT/Headers
LIBS += -F$$(HOME)/Library/Developer/GStreamer/iPhone.sdk -framework GStreamer LIBS += -F$$(HOME)/Library/Developer/GStreamer/iPhone.sdk -framework GStreamer -liconv -lresolv
} }
} else:WindowsBuild { } else:WindowsBuild {
#- gstreamer installed by default under c:/gstreamer #- gstreamer installed by default under c:/gstreamer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment