[Bf-blender-cvs] [9c5d67411a8] master: creator: remove reference to SDL_AUDIODRIVER from --help text

Campbell Barton noreply at git.blender.org
Wed Dec 9 05:30:36 CET 2020


Commit: 9c5d67411a8e520fdc6e26d5217316b72e870952
Author: Campbell Barton
Date:   Wed Dec 9 14:15:24 2020 +1100
Branches: master
https://developer.blender.org/rB9c5d67411a8e520fdc6e26d5217316b72e870952

creator: remove reference to SDL_AUDIODRIVER from --help text

This was added when Linux's audio support
often needed to be manually configured.

Further 3rd party libraries have their own environment variables & docs
these need not be part of Blender's help message unless they're likely
to be needed to properly run Blender.

===================================================================

M	source/creator/creator_args.c

===================================================================

diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index c6a1c565350..2651ec2554f 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -667,9 +667,6 @@ static int arg_handle_print_help(int UNUSED(argc), const char **UNUSED(argv), vo
 #  else
   printf("  $TMP or $TMPDIR           Store temporary files here.\n");
 #  endif
-#  ifdef WITH_SDL
-  printf("  $SDL_AUDIODRIVER          LibSDL audio driver - alsa, esd, dma.\n");
-#  endif
 
   exit(0);



More information about the Bf-blender-cvs mailing list