Magellan Linux

Annotation of /trunk/x264/patches/x264-20090427_2245-only-libs.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 777 - (hide annotations) (download)
Fri May 1 10:05:49 2009 UTC (15 years, 1 month ago) by niro
File size: 1061 byte(s)
-re-diff for x264-20090427

1 niro 777 diff -Naur x264-snapshot-20090427-2245/Makefile x264-snapshot-20090427-2245-magellan/Makefile
2     --- x264-snapshot-20090427-2245/Makefile 2009-04-27 22:45:11.000000000 +0200
3     +++ x264-snapshot-20090427-2245-magellan/Makefile 2009-05-01 12:32:33.000000000 +0200
4     @@ -71,7 +71,7 @@
5    
6     .PHONY: all default fprofiled clean distclean install uninstall dox test testclean
7    
8     -default: $(DEP) x264$(EXE)
9     +default: $(DEP)
10    
11     libx264.a: .depend $(OBJS) $(OBJASM)
12     $(AR) rc libx264.a $(OBJS) $(OBJASM)
13     @@ -143,13 +143,12 @@
14     rm -f config.mak config.h x264.pc
15     rm -rf test/
16    
17     -install: x264$(EXE) $(SONAME)
18     +install: libx264.a $(SONAME)
19     install -d $(DESTDIR)$(bindir) $(DESTDIR)$(includedir)
20     install -d $(DESTDIR)$(libdir) $(DESTDIR)$(libdir)/pkgconfig
21     install -m 644 x264.h $(DESTDIR)$(includedir)
22     install -m 644 libx264.a $(DESTDIR)$(libdir)
23     install -m 644 x264.pc $(DESTDIR)$(libdir)/pkgconfig
24     - install x264$(EXE) $(DESTDIR)$(bindir)
25     $(RANLIB) $(DESTDIR)$(libdir)/libx264.a
26     ifeq ($(SYS),MINGW)
27     $(if $(SONAME), install -m 755 $(SONAME) $(DESTDIR)$(bindir))