Magellan Linux

Contents of /trunk/x264/patches/x264-20100905_2245-only-libs.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1120 - (show annotations) (download)
Mon Sep 6 20:23:46 2010 UTC (13 years, 7 months ago) by niro
File size: 1075 byte(s)
-re-diffed for 20100905
1 diff -Naur x264-snapshot-20100905-2245/Makefile x264-snapshot-20100905-2245-magellan/Makefile
2 --- x264-snapshot-20100905-2245/Makefile 2010-09-05 22:45:07.000000000 +0200
3 +++ x264-snapshot-20100905-2245-magellan/Makefile 2010-09-06 22:20:15.000000000 +0200
4 @@ -121,7 +121,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 @@ -196,7 +196,7 @@
14 rm -f config.mak config.h config.log x264.pc
15 rm -rf test/
16
17 -install: x264$(EXE) $(SONAME)
18 +install: libx264.a $(SONAME)
19 install -d $(DESTDIR)$(bindir)
20 install -d $(DESTDIR)$(includedir)
21 install -d $(DESTDIR)$(libdir)
22 @@ -204,7 +204,6 @@
23 install -m 644 x264.h $(DESTDIR)$(includedir)
24 install -m 644 libx264.a $(DESTDIR)$(libdir)
25 install -m 644 x264.pc $(DESTDIR)$(libdir)/pkgconfig
26 - install x264$(EXE) $(DESTDIR)$(bindir)
27 $(RANLIB) $(DESTDIR)$(libdir)/libx264.a
28 ifeq ($(SYS),MINGW)
29 $(if $(SONAME), install -m 755 $(SONAME) $(DESTDIR)$(bindir))