]> git.sesse.net Git - vlc/blobdiff - Makefile.am
Support for decoding Speex from RTP - refs #1291
[vlc] / Makefile.am
index c0916450f63a31932aaec13317f2e83d6ccee672..43c0b59d3ba557a5475c31e2a1822680aa893c07 100644 (file)
@@ -260,7 +260,7 @@ LIBVLC = src/$(LIB_libvlc)
 
 #To get some nice output
 nice:
-               $(top_builddir)/compile
+       $(top_builddir)/compile
 
 # Shortcut for developpers to rebuild the core (libvlc + vlc)
 # Don't use it if you don't know what it is about.