From b50390d5da9b92249b9e6b895f72b3dcad79936e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 27 May 2015 14:30:27 +0200 Subject: DOCS: fix wrong libmpv's cocoa example comment libmpv can be embedded in a cocoa view (without the mpv window). This has been the case for serveral months, and the comment is just wrong now. --- DOCS/client_api_examples/cocoa/cocoabasic.m | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'DOCS/client_api_examples') diff --git a/DOCS/client_api_examples/cocoa/cocoabasic.m b/DOCS/client_api_examples/cocoa/cocoabasic.m index f2f251a603..5a78250c3a 100644 --- a/DOCS/client_api_examples/cocoa/cocoabasic.m +++ b/DOCS/client_api_examples/cocoa/cocoabasic.m @@ -1,7 +1,5 @@ -// Plays a video from the command line in a window provided by mpv. -// You likely want to play the video in your own window instead, -// but that's not quite ready yet. -// You may need a basic Info.plist and MainMenu.xib to make this work. +// Plays a video from the command line in a view provided by the client +// application. // Build with: clang -o cocoabasic cocoabasic.m `pkg-config --libs --cflags mpv` -framework cocoa -- cgit v1.2.3