Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp


Commits:
4955846d by Hugo Beauzée-Luyssen at 2019-05-31T15:30:38Z
MediaPlayer: Remove marquee string getter

- - - - -


1 changed file:

- vlcpp/MediaPlayer.hpp


Changes:

=====================================
vlcpp/MediaPlayer.hpp
=====================================
@@ -1577,6 +1577,7 @@ public:
         return libvlc_video_get_marquee_int(*this, option);
     }
 
+#if LIBVLC_VERSION_INT < LIBVLC_VERSION(4, 0, 0, 0)
     /**
      * Get a string marquee option value
      *
@@ -1591,6 +1592,7 @@ public:
             return {};
         return str.get();
     }
+#endif
 
     /**
      * Enable, disable or set an integer marquee option



View it on GitLab: 
https://code.videolan.org/videolan/libvlcpp/commit/4955846df7abad685c72b2202e2c445dc42feb11

-- 
View it on GitLab: 
https://code.videolan.org/videolan/libvlcpp/commit/4955846df7abad685c72b2202e2c445dc42feb11
You're receiving this email because of your account on code.videolan.org.

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to