mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
ffmpeg: fix build of shared libraries
009d8fceab4 and 0a5e5534cbf8 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) \
|
--arch=$(BR2_ARCH) \
|
||||||
--target-os=linux \
|
--target-os=linux \
|
||||||
--extra-cflags=-fPIC \
|
--extra-cflags=-fPIC \
|
||||||
|
$(SHARED_STATIC_LIBS_OPTS) \
|
||||||
$(FFMPEG_CONF_OPT) \
|
$(FFMPEG_CONF_OPT) \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user