Commit ed1bd9b2 authored by Felix Paul Kühne's avatar Felix Paul Kühne

darwinvlc: fix transcoding on command-line broken in 9fc66e69 while retaining the fix

parent 39066fe7
...@@ -213,6 +213,8 @@ int main( int i_argc, const char *ppsz_argv[] ) ...@@ -213,6 +213,8 @@ int main( int i_argc, const char *ppsz_argv[] )
libvlc_set_app_id (vlc, "org.VideoLAN.VLC", PACKAGE_VERSION, PACKAGE_NAME); libvlc_set_app_id (vlc, "org.VideoLAN.VLC", PACKAGE_VERSION, PACKAGE_NAME);
libvlc_set_user_agent (vlc, "VLC media player", "VLC/"PACKAGE_VERSION); libvlc_set_user_agent (vlc, "VLC media player", "VLC/"PACKAGE_VERSION);
libvlc_playlist_play (vlc, -1, 0, NULL);
libvlc_add_intf (vlc, "hotkeys,none"); libvlc_add_intf (vlc, "hotkeys,none");
if (libvlc_add_intf (vlc, NULL)) if (libvlc_add_intf (vlc, NULL))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment