diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-28 03:13:21 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-28 03:13:21 +0000 |
commit | 9bcc2883ac3b3d1f5938db12cba64211b57a7c21 (patch) | |
tree | 32c06a51be5ea9a2b023511b2c2b4e174aa3df50 /Makefile | |
parent | dfd10838317ae32d0536346d6f7ec34c0d9cc3d0 (diff) | |
download | ffmpeg-9bcc2883ac3b3d1f5938db12cba64211b57a7c21.tar.gz |
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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)) |