summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-28 03:13:21 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-28 03:13:21 +0000
commit9bcc2883ac3b3d1f5938db12cba64211b57a7c21 (patch)
tree32c06a51be5ea9a2b023511b2c2b4e174aa3df50 /Makefile
parentdfd10838317ae32d0536346d6f7ec34c0d9cc3d0 (diff)
bandaid fix for broken shared library installation
Originally committed as revision 12617 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cd4acc2228..e7f3487454 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,9 @@ vhook/%.o: vhook/%.c
.depend: version.h $(PROGS_SRCS)
+# bandaid to disable triggering shared library installation routines
+DISABLE=yes
+
include common.mak
VHOOKCFLAGS += $(filter-out -mdynamic-no-pic,$(CFLAGS))