mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
rtmpdump: fix CFLAGS/LDFLAGS
The rtmpdump makefile looks at XCFLAGS/XLDFLAGS for additional flags, so use those instead of completely overriding the flags. Fixes http://autobuild.buildroot.net/results/190/1902a6613e5fc9656842fbcbd5731ac871d7ef59/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8476e5ad45
commit
8e467ce2a7
@ -33,8 +33,8 @@ endif
|
|||||||
define RTMPDUMP_BUILD_CMDS
|
define RTMPDUMP_BUILD_CMDS
|
||||||
$(MAKE) CRYPTO=$(RTMPDUMP_CRYPTO) \
|
$(MAKE) CRYPTO=$(RTMPDUMP_CRYPTO) \
|
||||||
prefix=/usr \
|
prefix=/usr \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
XCFLAGS="$(RTMPDUMP_CFLAGS)" \
|
||||||
CFLAGS="$(RTMPDUMP_CFLAGS)" \
|
XLDFLAGS="$(TARGET_CFLAGS)" \
|
||||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||||
-C $(@D)/librtmp
|
-C $(@D)/librtmp
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user