Commit 5eaa52fb authored by Christophe Massiot's avatar Christophe Massiot

Fixed a problem with vlc.app.

parent 13fd7a12
...@@ -78,7 +78,6 @@ PLUGINS_TARGETS := ac3_adec/ac3_adec \ ...@@ -78,7 +78,6 @@ PLUGINS_TARGETS := ac3_adec/ac3_adec \
kde/kde \ kde/kde \
lpcm_adec/lpcm_adec \ lpcm_adec/lpcm_adec \
macosx/macosx \ macosx/macosx \
macosx/macosx_qt \
mga/mga \ mga/mga \
motion/motion \ motion/motion \
motion/motionmmx \ motion/motionmmx \
...@@ -454,8 +453,8 @@ ifneq (,$(findstring darwin,$(SYS))) ...@@ -454,8 +453,8 @@ ifneq (,$(findstring darwin,$(SYS)))
rm -Rf vlc.app rm -Rf vlc.app
cd extras/MacOSX ; pbxbuild | grep -v '^ ' | grep -v '^\t' cd extras/MacOSX ; pbxbuild | grep -v '^ ' | grep -v '^\t'
cp -r extras/MacOSX/build/vlc.bundle ./vlc.app cp -r extras/MacOSX/build/vlc.bundle ./vlc.app
$(INSTALL) -d vlc vlc.app/Contents/MacOS/share $(INSTALL) -d vlc.app/Contents/MacOS/share
$(INSTALL) -d vlc vlc.app/Contents/MacOS/plugins $(INSTALL) -d vlc.app/Contents/MacOS/plugins
$(INSTALL) vlc vlc.app/Contents/MacOS/ $(INSTALL) vlc vlc.app/Contents/MacOS/
ifneq (,$(PLUGINS)) ifneq (,$(PLUGINS))
$(INSTALL) $(PLUGINS:%=plugins/%.so) vlc.app/Contents/MacOS/plugins $(INSTALL) $(PLUGINS:%=plugins/%.so) vlc.app/Contents/MacOS/plugins
......
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