[vlc-devel] commit: VLC needs libvlc, not just libvlccore ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Aug 24 17:23:55 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Aug 24 18:26:47 2008 +0300| [e8640953fb1f18f3eb085710ae10c6590239ac6e] | committer: Rémi Denis-Courmont 

VLC needs libvlc, not just libvlccore

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e8640953fb1f18f3eb085710ae10c6590239ac6e
---

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c67cb6c..5c9babb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -314,7 +314,7 @@ DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile ChangeLog
 # Don't use it if you don't know what it is about.
 # Don't complain if it doesn't work. -- Courmisch
 libvlc:
-	cd src && $(MAKE) $(AM_MAKEFLAGS) libvlccore.la
+	cd src && $(MAKE) $(AM_MAKEFLAGS) libvlc.la
 
 core: libvlc
 	cd bin && $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT)




More information about the vlc-devel mailing list