Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: fix constcw FFDECSA dependency
  • Loading branch information
perexg committed Oct 2, 2014
1 parent 1249a5e commit 5c483af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit 5c483af

Please sign in to comment.