Makefile: fix constcw FFDECSA dependency
This commit is contained in:
parent
1249a5e812
commit
5c483af6e2
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -302,8 +302,9 @@ SRCS-${CONFIG_CONSTCW} += \
|
|||
|
||||
# FFdecsa
|
||||
ifneq ($(CONFIG_DVBCSA),yes)
|
||||
FFDECSA-$(CONFIG_CAPMT) = yes
|
||||
FFDECSA-$(CONFIG_CWC) = yes
|
||||
FFDECSA-$(CONFIG_CAPMT) = yes
|
||||
FFDECSA-$(CONFIG_CWC) = yes
|
||||
FFDECSA-$(CONFIG_CONSTCW) = yes
|
||||
endif
|
||||
|
||||
ifeq ($(FFDECSA-yes),yes)
|
||||
|
|
Loading…
Add table
Reference in a new issue