From a6e0bb9c4e09c69c649209cba9fb3116f7ba5bad Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:40:04 +0100 Subject: [PATCH] revert more windows stuff for now --- QOpenHD.pro | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/QOpenHD.pro b/QOpenHD.pro index 102e0a0be..28fb86dd0 100755 --- a/QOpenHD.pro +++ b/QOpenHD.pro @@ -234,17 +234,6 @@ 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 {