]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/x264_svn.patch
* Use uint32_t instead of wchar_t to represent UTF32 characters, given wchar_t is...
[vlc] / extras / contrib / src / Patches / x264_svn.patch
1 Index: x264/Makefile
2 ===================================================================
3 --- x264/Makefile       (revision 381)
4 +++ x264/Makefile       (working copy)
5 @@ -60,7 +60,7 @@
6  DEP  = depend
7  
8  .PHONY: default fprofiled clean distclean install uninstall
9 -default: $(DEP) x264$(EXE)
10 +default: $(DEP) libx264.a
11  
12  libx264.a: .depend $(OBJS) $(OBJASM)
13         ar rc libx264.a $(OBJS) $(OBJASM)
14 @@ -128,13 +128,12 @@
15  distclean: clean
16         rm -f config.mak vfw/build/cygwin/config.mak x264.pc
17  
18 -install: x264
19 +install: libx264.a
20         install -d $(DESTDIR)$(bindir) $(DESTDIR)$(includedir)
21         install -d $(DESTDIR)$(libdir) $(DESTDIR)$(libdir)/pkgconfig
22         install -m 644 x264.h $(DESTDIR)$(includedir)
23         install -m 644 libx264.a $(DESTDIR)$(libdir)
24         install -m 644 x264.pc $(DESTDIR)$(libdir)/pkgconfig
25 -       install x264 $(DESTDIR)$(bindir)
26         ranlib $(DESTDIR)$(libdir)/libx264.a
27  
28  uninstall: