ffmpeg: fix build of shared libraries
009d8fceab
and0a5e5534cb
moved the --enable-static configure flag from package files to the default _CONFIGURE_CMDS in package/Makefile.autotools.in. This broke Autotools packages that override _CONFIGURE_CMDS. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
0a78829e0a
commit
97a429667e
@ -167,6 +167,7 @@ define FFMPEG_CONFIGURE_CMDS
|
||||
--arch=$(BR2_ARCH) \
|
||||
--target-os=linux \
|
||||
--extra-cflags=-fPIC \
|
||||
$(SHARED_STATIC_LIBS_OPTS) \
|
||||
$(FFMPEG_CONF_OPT) \
|
||||
)
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user