[x264-devel] patch to fix installation with MSYS
Vincent Torri
vtorri at univ-evry.fr
Mon Jun 25 17:46:30 CEST 2007
Hey,
Here is a patch that fix the installation of x264 with MSYS. It adds $(EXE) to
the executable name in the install rule.
regards
Vincent Torri
-------------- next part --------------
Index: Makefile
===================================================================
--- Makefile (r??vision 661)
+++ Makefile (copie de travail)
@@ -152,7 +152,7 @@
install -m 644 x264.h $(DESTDIR)$(includedir)
install -m 644 libx264.a $(DESTDIR)$(libdir)
install -m 644 x264.pc $(DESTDIR)$(libdir)/pkgconfig
- install x264 $(DESTDIR)$(bindir)
+ install x264$(EXE) $(DESTDIR)$(bindir)
ranlib $(DESTDIR)$(libdir)/libx264.a
$(if $(SONAME), ln -sf $(SONAME) $(DESTDIR)$(libdir)/libx264.so)
$(if $(SONAME), install -m 755 $(SONAME) $(DESTDIR)$(libdir))
-------------- next part --------------
_______________________________________________
x264-devel mailing list
x264-devel at videolan.org
http://mailman.videolan.org/listinfo/x264-devel
More information about the x264-devel
mailing list