Commit fd93f33c authored by Eric Petit's avatar Eric Petit

+ configure.ac: always build the beos module built-in

   (really strange crashes happen otherwise, can't figure out why)
 + Makefile.am: don't forget to build vlc-bundle on BeOS
parent 59045db6
......@@ -408,6 +408,7 @@ vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc) stamp-builtin
esac
if HAVE_BEOS
vlc_app_DATA = vlc-bundle
vlc-bundle: vlc
rm -Rf $(srcdir)/vlc-bundle ; mkdir -p $(srcdir)/vlc-bundle
cp $(srcdir)/vlc $(srcdir)/vlc-bundle/
......
......@@ -3082,7 +3082,7 @@ AC_ARG_WITH(,[Interface plugins:])
dnl special case for BeOS
if test "${SYS}" = "beos"
then
VLC_ADD_PLUGINS([beos])
VLC_ADD_BUILTINS([beos])
fi
dnl
......
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