]> git.sesse.net Git - vlc/commit
Updated & cleaned up intf_macosx.c and vout_macosx.c - added Open menu
authorEugenio Jarosiewicz <ej@videolan.org>
Wed, 11 Apr 2001 13:30:30 +0000 (13:30 +0000)
committerEugenio Jarosiewicz <ej@videolan.org>
Wed, 11 Apr 2001 13:30:30 +0000 (13:30 +0000)
commit4ebec617ae8327e2df8c3dc18a19624386acd5ff
tree9d7110133683910de4608c8b03ba03e6e13b60d7
parentb69b9d33ced80b4bbc3c71291b36b0ad1d522e12
Updated & cleaned up intf_macosx.c and vout_macosx.c - added Open menu
function support and a no-frills About box

Created macosx_common.h in plugins/macosx/ to hold , well, common stuff
(the way I see it, there is inherently a difficult separation of intf and
vout on Mac OS, if anyone has suggestions I'm open)

Cleaned up debug spew I left in modules.c and video_text.c

Hacked main.c to disregard argv[1] when compiled for OSX & run as a full
app (ie., double clicked and not launched from command line)... read the
file for more details.  UGLY.

Updated Makefile.in to make vlc.app by default on Mac OS X & Darwin, added
clean code for it as well
Makefile.in
plugins/macosx/intf_macosx.c
plugins/macosx/macosx_common.h [new file with mode: 0755]
plugins/macosx/vout_macosx.c
src/misc/modules.c
src/video_output/video_text.c