mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 18:33:02 +01:00
Merge branch 'master' of https://github.com/nieldk/toxic into nieldk-master
This commit is contained in:
commit
af510b6666
@ -13,7 +13,7 @@ ifneq ($(AUDIO), disabled)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Check if we want build video support
|
# Check if we want build video support
|
||||||
VIDEO = $(shell if [ -z "$(DISABLE_AV)" ] || [ "$(DISABLE_AV)" = "0" ] ; then echo enabled ; else echo disabled ; fi)
|
VIDEO = $(shell if [ -z "$(DISABLE_VI)" ] || [ "$(DISABLE_VI)" = "0" ] ; then echo enabled ; else echo disabled ; fi)
|
||||||
ifneq ($(X11), disabled)
|
ifneq ($(X11), disabled)
|
||||||
ifneq ($(AUDIO), disabled)
|
ifneq ($(AUDIO), disabled)
|
||||||
ifneq ($(VIDEO), disabled)
|
ifneq ($(VIDEO), disabled)
|
||||||
|
Loading…
Reference in New Issue
Block a user