Skip to content

Commit

Permalink
Patch2 (#724)
Browse files Browse the repository at this point in the history
fix udp and a few other things
  • Loading branch information
raphaelscholle authored Nov 30, 2024
1 parent 78474bb commit d2be63f
Show file tree
Hide file tree
Showing 11 changed files with 292 additions and 253 deletions.
11 changes: 11 additions & 0 deletions QOpenHD.pro
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,17 @@ JetsonBuild {
WindowsBuild {
# This aparently makes qt use absolute paths, otherwise we get compile issues ?
QMAKE_PROJECT_DEPTH = 0
#include(app/videostreaming/gstreamer/gst_video.pri)
#include(app/videostreaming/avcodec/avcodec_video.pri)
# Path to FFmpeg headers
# INCLUDEPATH += C:/ffmpeg
#INCLUDEPATH += C:/ffmpeg/libavutil/

# Path to FFmpeg libraries
#LIBS += -LC:/ffmpeg/lib

# Link against the required FFmpeg libraries
#LIBS += -lavcodec -lavformat -lavutil -lswscale -lswresample
}

AndroidBuild {
Expand Down
Loading

0 comments on commit d2be63f

Please sign in to comment.