[SCM] libav/experimental: cosmetics: Reorder some entries for more consistency and readability.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:49:07 UTC 2013
The following commit has been merged in the experimental branch:
commit 302cdccfc1e7a385449ab181619f7ae1a129e1b0
Author: Diego Biurrun <diego at biurrun.de>
Date: Fri Jul 14 15:30:36 2006 +0000
cosmetics: Reorder some entries for more consistency and readability.
Originally committed as revision 5744 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/vhook/Makefile b/vhook/Makefile
index a23f1c4..219827d 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -10,7 +10,9 @@ ifeq ($(CONFIG_DARWIN),yes)
SHFLAGS = -dynamiclib -Wl,-single_module -flat_namespace \
-undefined suppress -Wl,-install_name,$(libdir)/vhook/$@
endif
+
HOOKS=null$(SLIBSUF) fish$(SLIBSUF) ppm$(SLIBSUF) watermark$(SLIBSUF)
+ALLHOOKS=$(HOOKS) imlib2$(SLIBSUF) drawtext$(SLIBSUF)
ifeq ($(HAVE_IMLIB2),yes)
HOOKS += imlib2$(SLIBSUF)
@@ -23,10 +25,10 @@ ifeq ($(HAVE_FREETYPE2),yes)
LDFLAGS += `freetype-config --libs`
endif
-all: $(HOOKS)
-
SRCS := $(HOOKS:$(SLIBSUF)=.c)
+all: $(HOOKS)
+
depend: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
@@ -34,7 +36,6 @@ install: $(HOOKS)
install -d "$(libdir)/vhook"
install -m 755 $(HOOKS) "$(libdir)/vhook"
-ALLHOOKS=$(HOOKS) imlib2$(SLIBSUF) drawtext$(SLIBSUF)
uninstall:
rm -f $(addprefix $(libdir)/vhook/,$(ALLHOOKS))
-rmdir "$(libdir)/vhook/"
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list