]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Disable screen grab if FFmpeg does not support it: http://kdenlive.org/mantis/view...
[kdenlive] / src / renderer.h
index 28e317c6981dad5382b76b115c1601814ec64fa0..972feb03649dde577d08415fec8273a2e850e352 100644 (file)
@@ -335,6 +335,8 @@ Q_OBJECT public:
     int getCurrentSeekPosition() const;
     /** @brief Create a producer from url and load it in the monitor  */
     void loadUrl(const QString &url);
+    /** @brief Check if the installed FFmpeg / Libav supports x11grab */
+    static bool checkX11Grab();
     
     QSemaphore showFrameSemaphore;
     bool externalConsumer;