]> git.pld-linux.org Git - packages/libvpx.git/blob - libvpx-0.9.0-no-explicit-dep-on-static-lib.patch
- drop broken manual shared linking and --enable-shared
[packages/libvpx.git] / libvpx-0.9.0-no-explicit-dep-on-static-lib.patch
1 diff -up libvpx-0.9.0/examples.mk.BAD libvpx-0.9.0/examples.mk
2 --- libvpx-0.9.0/examples.mk.BAD        2010-05-19 17:58:42.611058552 -0400
3 +++ libvpx-0.9.0/examples.mk    2010-05-19 17:59:11.934181029 -0400
4 @@ -129,7 +129,6 @@ BINS-$(NOT_MSVS)           += $(addprefi
5  # Instantiate linker template for all examples.
6  CODEC_LIB=$(if $(CONFIG_DEBUG_LIBS),vpx_g,vpx)
7  $(foreach bin,$(BINS-yes),\
8 -    $(if $(BUILD_OBJS),$(eval $(bin): $(LIB_PATH)/lib$(CODEC_LIB).a))\
9      $(if $(BUILD_OBJS),$(eval $(call linker_template,$(bin),\
10          $(call objs,$($(notdir $(bin)).SRCS)) \
11          -l$(CODEC_LIB) $(addprefix -l,$(CODEC_EXTRA_LIBS))\
This page took 0.103577 seconds and 3 git commands to generate.