mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
ffmpeg: fix build of shared libraries
009d8fceaband0a5e5534cbmoved 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:
committed by
Peter Korsgaard
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
|
||||
|
||||
Reference in New Issue
Block a user