[SCM] libav/experimental: cosmetics: prettyprinting

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:16:35 UTC 2013


The following commit has been merged in the experimental branch:
commit 61c510887bde4bec0f4c36943bbe4e2432762ed8
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sat Mar 8 16:19:46 2008 +0000

    cosmetics: prettyprinting
    
    Originally committed as revision 12369 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 7422c65..9b4b87c 100644
--- a/Makefile
+++ b/Makefile
@@ -177,12 +177,12 @@ install-libs:
 	$(MAKE-$(CONFIG_AVFILTER)) -C libavfilter install-libs
 
 install-headers:
-	$(MAKE)              -C libavutil   install-headers
-	$(MAKE)              -C libavcodec  install-headers
-	$(MAKE)              -C libavformat install-headers
-	$(MAKE)              -C libavdevice install-headers
-	$(MAKE-$(CONFIG_PP)) -C libpostproc install-headers
-	$(MAKE)              -C libswscale  install-headers
+	$(MAKE)                    -C libavutil   install-headers
+	$(MAKE)                    -C libavcodec  install-headers
+	$(MAKE)                    -C libavformat install-headers
+	$(MAKE)                    -C libavdevice install-headers
+	$(MAKE-$(CONFIG_PP))       -C libpostproc install-headers
+	$(MAKE)                    -C libswscale  install-headers
 	$(MAKE-$(CONFIG_AVFILTER)) -C libavfilter install-headers
 
 uninstall: uninstall-progs uninstall-libs uninstall-headers uninstall-man uninstall-vhook

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list