From c5d68965802198e8da1657f36cc39ee40b17eebf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Mon, 13 Dec 2004 20:53:50 +0000 Subject: [PATCH] * changed 2 strings to lower-case, which prevented compilation using UFS as FS under OSX. Thanks to Philip Edelbrock for reporting the issue. --- Makefile.am | 2 +- modules/gui/macosx/playlist.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6b52ac929e..242b5d7504 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m index c3ff86b4f1..618194db1b 100644 --- a/modules/gui/macosx/playlist.m +++ b/modules/gui/macosx/playlist.m @@ -53,7 +53,7 @@ #include "intf.h" #include "playlist.h" #include "controls.h" -#include +#include "osd.h" /***************************************************************************** * VLCPlaylistView implementation -- 2.39.5