[vlc-devel] [vlc-commits] macosx: Split into VLCTextfieldPanelController and VLCPopupPanelController

Hugo Beauzée-Luyssen hugo at beauzee.fr
Sat Sep 3 12:12:56 CEST 2016


On 09/02/2016 12:03 AM, David Fuhrmann wrote:
> vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Thu Sep  1 17:25:49 2016 +0200| [ffe133894a75e12232997837f24ad697aded0bbe] | committer: David Fuhrmann
>
> macosx: Split into VLCTextfieldPanelController and VLCPopupPanelController
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ffe133894a75e12232997837f24ad697aded0bbe
> ---
>
>  .../macosx/Resources/English.lproj/CoreDialogs.xib |  2 +-
>  .../macosx/Resources/English.lproj/PopupPanel.xib  |  6 +--
>  .../package/macosx/vlc.xcodeproj/project.pbxproj   | 22 ++++++----
>  modules/gui/macosx/Makefile.am                     |  3 +-
>  .../gui/macosx/VLCAudioEffectsWindowController.m   |  3 +-
>  .../gui/macosx/VLCConvertAndSaveWindowController.m |  3 +-
>  ...aredDialogs.h => VLCTextfieldPanelController.h} | 35 +---------------
>  ...aredDialogs.m => VLCTextfieldPanelController.m} | 47 +---------------------
>  .../gui/macosx/VLCVideoEffectsWindowController.m   |  3 +-
>  9 files changed, 29 insertions(+), 95 deletions(-)
>
> Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=ffe133894a75e12232997837f24ad697aded0bbe
> _______________________________________________
> vlc-commits mailing list
> vlc-commits at videolan.org
> https://mailman.videolan.org/listinfo/vlc-commits
>
Hi,

This is breaking make distcheck :(

make[3]: Entering directory 
'/home/jenkins/workspace/vlc-nightly/vlc-nightly-source/build/modules/gui/macosx'
make[3]: *** No rule to make target 'VLCPopupPanelController.h', needed 
by 'distdir'.  Stop.


More information about the vlc-devel mailing list