SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
multimedia/libvpx/patches/patch-examples_mk
Normal file
12
multimedia/libvpx/patches/patch-examples_mk
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: examples.mk
|
||||
--- examples.mk.orig
|
||||
+++ examples.mk
|
||||
@@ -334,7 +334,7 @@ else
|
||||
SHARED_LIB_SUF=.so
|
||||
endif
|
||||
endif
|
||||
-CODEC_LIB_SUF=$(if $(CONFIG_SHARED),$(SHARED_LIB_SUF),.a)
|
||||
+CODEC_LIB_SUF=$(if $(CONFIG_SHARED),$(SHARED_LIB_SUF).$(LIBVPX_VERSION),.a)
|
||||
$(foreach bin,$(BINS-yes),\
|
||||
$(eval $(bin):$(LIB_PATH)/lib$(CODEC_LIB)$(CODEC_LIB_SUF))\
|
||||
$(eval $(call linker_template,$(bin),\
|
Loading…
Add table
Add a link
Reference in a new issue