Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 628 - (hide annotations) (download)
Sat May 31 16:41:44 2008 UTC (16 years ago) by niro
File size: 1058 byte(s)
-re-diffed

1 niro 628 diff -Naur x264-snapshot-20080530-2245/Makefile x264-snapshot-20080530-2245-magellan/Makefile
2     --- x264-snapshot-20080530-2245/Makefile 2008-05-30 22:45:08.000000000 +0200
3     +++ x264-snapshot-20080530-2245-magellan/Makefile 2008-05-31 18:42:28.000000000 +0200
4     @@ -69,7 +69,7 @@
5    
6     .PHONY: all default fprofiled clean distclean install install-gtk 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     @@ -148,13 +148,12 @@
14     rm -rf test/
15     $(MAKE) -C gtk distclean
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))