]> granicus.if.org Git - handbrake/commitdiff
make: Print unsupported status of FFmpeg AAC on Darwin/macOS in configure.py.
authorBradley Sepos <bradley@bradleysepos.com>
Sun, 13 Oct 2019 18:35:34 +0000 (14:35 -0400)
committerBradley Sepos <bradley@bradleysepos.com>
Sun, 13 Oct 2019 18:35:41 +0000 (14:35 -0400)
make/configure.py

index 894f52b77932373673dd16f6fac0104cabf28f2a..16c7e513ee0f3c550d29605ad8dbddf6b9d6589e 100644 (file)
@@ -2120,7 +2120,7 @@ int main()
     stdout.write( ' (%s)\n' % note_unsupported ) if not host_tuple.system == 'darwin' else stdout.write( '\n' )
     stdout.write( 'Enable FDK-AAC:     %s\n' % options.enable_fdk_aac )
     stdout.write( 'Enable FFmpeg AAC:  %s' % options.enable_ffmpeg_aac )
-    stdout.write( '  (%s)\n' % note_required ) if host_tuple.system != 'darwin' else stdout.write( '\n' )
+    stdout.write( ' (%s)\n' % note_unsupported ) if host_tuple.system == 'darwin' else stdout.write( '  (%s)\n' % note_required )
     stdout.write( 'Enable NVENC:       %s' % options.enable_nvenc )
     stdout.write( ' (%s)\n' % note_unsupported ) if not (host_tuple.system == 'linux' or host_tuple.system == 'mingw') else stdout.write( '\n' )
     stdout.write( 'Enable QSV:         %s' % options.enable_qsv )