]> git.sesse.net Git - vlc/commitdiff
. r�gl� un petit oubli dans le Makefile
authorSam Hocevar <sam@videolan.org>
Fri, 10 Mar 2000 01:24:53 +0000 (01:24 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 10 Mar 2000 01:24:53 +0000 (01:24 +0000)
 . dernier commit pour tester les scripts ;
      �a devrait bien marcher � pr�sent

Makefile.in

index c4b48bc331c5ffa700d4f38902630e4122f52531..4238b0bb7faf438e2d835d2529870f77353b27c4 100644 (file)
 ################################################################################
 
 # Audio output settings
-AUDIO = dsp
-#AUDIO += esd
+AOUT = dsp
+#AOUT += esd
 # Not yet supported
-#AUDIO += alsa
+#AOUT += alsa
 # Fallback method that should always work
-AUDIO += dummy
+AOUT += dummy
 
 # Video output settings
 VOUT = x11
@@ -69,10 +69,6 @@ DEBUG=0
 # 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 = $(SYS) $(ARCH)
 ifeq ($(DEBUG),1)