Last active
August 29, 2015 14:03
-
-
Save bingeboy/1bce4b04cf76d55fae9f to your computer and use it in GitHub Desktop.
Hack to turn off VLC2 on OSX Subtitles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Hack to turn off VLC2 Subtitles on OSX. | |
```` | |
% vim /Applications/VLC.app/Contents/MacOS/include/vlc/libvlc_media_player.h +1014 | |
``` | |
Commentout the line you are on in VIM. | |
``` | |
* LIBVLC_API int libvlc_video_get_spu_count( libvlc_media_player_t *p_mi ); | |
``` | |
Good bye subtitles. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment