]> git.sesse.net Git - vlc/commit
* MacOS X vout improvements
authorJon Lech Johansen <jlj@videolan.org>
Mon, 18 Feb 2002 01:34:44 +0000 (01:34 +0000)
committerJon Lech Johansen <jlj@videolan.org>
Mon, 18 Feb 2002 01:34:44 +0000 (01:34 +0000)
commit89be0ac8de8e3684cce4c7a697525e949e19b3de
tree4b07742b322748fca8521de9a3b5f576760da8a0
parentde32203be858c405c72c85c218af7cdc66b5d2be
  * MacOS X vout improvements
  * MacOS X intf now returns, allowing vlc to terminate properly
  * Added a new make target: package-macosx
21 files changed:
Makefile
extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
extras/MacOSX/vlc.pbproj/project.pbxproj
macosx-dmg [new file with mode: 0755]
plugins/macosx/Makefile
plugins/macosx/intf_controller.c
plugins/macosx/intf_controller.h
plugins/macosx/intf_macosx.c [moved from plugins/macosx/intf_main.c with 84% similarity]
plugins/macosx/intf_qdview.c [deleted file]
plugins/macosx/intf_qdview.h [deleted file]
plugins/macosx/intf_vlc_wrapper.c
plugins/macosx/intf_vlc_wrapper.h
plugins/macosx/macosx.c
plugins/macosx/macosx.h
plugins/macosx/vout_macosx.c
plugins/macosx/vout_qdview.c [new file with mode: 0644]
plugins/macosx/vout_qdview.h [moved from plugins/macosx/intf_main.h with 66% similarity]
plugins/macosx/vout_window.c [new file with mode: 0644]
plugins/macosx/vout_window.h [new file with mode: 0644]