[vlc-devel] commit: Don't use inexistent targets - don't do blind backports ( Rafaël Carré )

git version control git at videolan.org
Tue May 27 02:21:41 CEST 2008


vlc | branch: 0.8.6-bugfix | Rafaël Carré <funman at videolan.org> | Tue May 27 02:23:11 2008 +0200| [05b6eccaf61a8d937a4ac292d6e283739af9eee2]

Don't use inexistent targets - don't do blind backports

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

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 9092575..82558dc 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1254,7 +1254,7 @@ endif
 endif
 
 ifdef HAVE_WIN32
-.x264: x264 .pthreads
+.x264: x264
   ifdef HAVE_CYGWIN
 	(cd $<; $(HOSTCC) RANLIB="ranlib" AR="ar" STRIP="strip" ./configure $(X264CONF) --prefix="$(PREFIX)" --extra-cflags="-I$(PREFIX)/include" --extra-ldflags="-L$(PREFIX)/lib" && make && make install)
   else




More information about the vlc-devel mailing list