]> git.sesse.net Git - vlc/commitdiff
* changed 2 strings to lower-case, which prevented compilation using UFS as FS under...
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 13 Dec 2004 20:53:50 +0000 (20:53 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 13 Dec 2004 20:53:50 +0000 (20:53 +0000)
Makefile.am
modules/gui/macosx/playlist.m

index 6b52ac929ef70861a9716d515d7caed94bfd2ef9..242b5d750455431da8871db4b509e23813549a5b 100644 (file)
@@ -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
index c3ff86b4f16acf6b7110a449ab17dfdf1ae7a5c4..618194db1b52db46401e8404c6725955397ca637 100644 (file)
@@ -53,7 +53,7 @@
 #include "intf.h"
 #include "playlist.h"
 #include "controls.h"
-#include <OSD.h>
+#include "osd.h"
 
 /*****************************************************************************
  * VLCPlaylistView implementation