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

* changed 2 strings to lower-case, which prevented compilation using UFS as FS...

* changed 2 strings to lower-case, which prevented compilation using UFS as FS under OSX. Thanks to Philip Edelbrock for reporting the issue.
parent 251ee862
......@@ -518,7 +518,7 @@ VLC.app: vlc
$(top_builddir)/tmp/modules/gui/macosx; \
done
cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'
cp -r $(top_builddir)/tmp/extras/MacOSX/build/vlc.bundle \
cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
$(top_builddir)/VLC.app
rm -Rf $(top_builddir)/tmp
$(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
......
......@@ -53,7 +53,7 @@
#include "intf.h"
#include "playlist.h"
#include "controls.h"
#include <OSD.h>
#include "osd.h"
/*****************************************************************************
* VLCPlaylistView implementation
......
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