]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- libtool install binaries
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 5 Dec 2006 23:29:40 +0000 (23:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg-libtool.patch -> 1.17

ffmpeg-libtool.patch

index 9cc6cd83a9a6f910647e3896a9919d5d6c71d313..1fe3bda4431bf4dd01cff4a0b5a51abe69521bf6 100644 (file)
@@ -1,5 +1,5 @@
---- ffmpeg-export-2006-12-04.libtool2/Makefile 2006-12-05 13:08:44.141688603 +0200
-+++ ffmpeg-export-2006-12-04/Makefile  2006-12-05 13:56:42.000000000 +0200
+--- ffmpeg-export-2006-12-04/Makefile  2006-12-05 13:56:42.000000000 +0200
++++ ffmpeg-export-2006-12-04/Makefile  2006-12-06 01:28:53.860990022 +0200
 @@ -13,7 +13,6 @@
  
  ifeq ($(CONFIG_FFMPEG),yes)
        $(MAKE) -C vhook all
  
  documentation:
-@@ -118,16 +115,16 @@
+@@ -118,16 +115,18 @@
  else
  install-progs: $(PROGS)
  endif
 -      install -d "$(bindir)"
 -      install -c $(INSTALLSTRIP) -m 755 $(PROGS) "$(bindir)"
 +      install -d "$(DESTDIR)$(bindir)"
-+      install -c $(INSTALLSTRIP) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
++      for prog in $(PROGS); do \
++              libtool --mode=install install -c $(INSTALLSTRIP) $(PROG) "$(DESTDIR)$(bindir)" \
++      done
  
  # create the window installer
  wininstaller: all install
  
  install-vhook:
        $(MAKE) -C vhook install
-@@ -159,10 +156,10 @@
+@@ -159,10 +158,10 @@
  uninstall: uninstall-progs uninstall-libs uninstall-headers uninstall-man uninstall-vhook
  
  uninstall-progs:
  
  uninstall-vhook:
        $(MAKE) -C vhook uninstall
-@@ -198,10 +195,6 @@
+@@ -198,10 +197,6 @@
  .depend: $(SRCS) version.h
        $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(filter-out %.h,$^) 1>.depend
  
  clean:
        $(MAKE) -C libavutil   clean
        $(MAKE) -C libavcodec  clean
-@@ -211,7 +204,7 @@
+@@ -211,7 +206,7 @@
        $(MAKE) -C tests       clean
        $(MAKE) -C vhook       clean
        $(MAKE) -C doc         clean
This page took 0.044174 seconds and 4 git commands to generate.