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

Commits:
3088cfe5 by Hugo Beauzée-Luyssen at 2017-03-15T21:21:02+01:00
MediaPlayer: Deprecate toggleTeletext

- - - - -


1 changed file:

- vlcpp/MediaPlayer.hpp


Changes:

=====================================
vlcpp/MediaPlayer.hpp
=====================================
--- a/vlcpp/MediaPlayer.hpp
+++ b/vlcpp/MediaPlayer.hpp
@@ -607,6 +607,7 @@ public:
         return libvlc_get_fullscreen(*this) != 0;
     }
 
+#if LIBVLC_VERSION_INT < LIBVLC_VERSION(3, 0, 0, 0)
     /**
      * Toggle teletext transparent status on video output.
      */
@@ -614,6 +615,7 @@ public:
     {
         libvlc_toggle_teletext(*this);
     }
+#endif
 
     /**
      * Apply new equalizer settings to a media player.



View it on GitLab: 
https://code.videolan.org/videolan/libvlcpp/commit/3088cfe51bbfda2c2ada51107aabf930938f9910
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to