Commit 86054cbf authored by Sam Hocevar's avatar Sam Hocevar

. r�gl� un petit oubli dans le Makefile

 . dernier commit pour tester les scripts ;
      �a devrait bien marcher � pr�sent
parent 78efa04e
...@@ -10,12 +10,12 @@ ...@@ -10,12 +10,12 @@
################################################################################ ################################################################################
# Audio output settings # Audio output settings
AUDIO = dsp AOUT = dsp
#AUDIO += esd #AOUT += esd
# Not yet supported # Not yet supported
#AUDIO += alsa #AOUT += alsa
# Fallback method that should always work # Fallback method that should always work
AUDIO += dummy AOUT += dummy
# Video output settings # Video output settings
VOUT = x11 VOUT = x11
...@@ -69,10 +69,6 @@ DEBUG=0 ...@@ -69,10 +69,6 @@ DEBUG=0
# Configuration pre-processing # Configuration pre-processing
################################################################################ ################################################################################
# audio and video options
AUDIO := $(shell echo $(AUDIO) | tr 'A-Z' 'a-z')
VIDEO := $(shell echo $(VIDEO) | tr 'A-Z' 'a-z')
# PROGRAM_OPTIONS is an identification string of the compilation options # PROGRAM_OPTIONS is an identification string of the compilation options
PROGRAM_OPTIONS = $(SYS) $(ARCH) PROGRAM_OPTIONS = $(SYS) $(ARCH)
ifeq ($(DEBUG),1) ifeq ($(DEBUG),1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment