]> git.sesse.net Git - vlc/blobdiff - bootstrap
* modules/packetizer/h264.c: fixed insertion of SPS/PPS.
[vlc] / bootstrap
index 31ba13522bb06a950b0e59aede8cfc83b06aeb6a..d7d603cfbb5610822d3b512efa23d2b80f661959 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -216,12 +216,15 @@ include Modules.am
 LTLIBVLC = \$(top_builddir)/src/libvlc.la
 
 if BUILD_SHARED
-LIBVLC = \$(top_builddir)/src/libvlc\$(LIBEXT)
+LIBVLC = -L\$(top_builddir)/src -lvlc
 LIBADD = \$(LIBVLC)
 endif
 
 all: all-modules
 
+nice:
+       \$(top_builddir)/compile
+
 # Find out which modules were enabled and tell make to build them
 all-modules:
 if USE_LIBTOOL