blob: 0bb7b7b87935dc071d39cda6142b9914d1985958 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- mpg123.el.orig 2024-03-27 15:59:38 UTC
+++ mpg123.el
@@ -608,12 +608,7 @@
;;; Code:
-(defvar mpg123-use-mplayer
- (or (and (fboundp 'executable-find)
- (executable-find "mplayer"))
- (and (featurep 'xemacs)
- (fboundp 'exec-installed-p)
- (exec-installed-p "mplayer")))
+(defvar mpg123-use-mplayer nil
"*Use mplayer command instead of mp123/ogg123.")
;; Linux users still using OSS rather than ALSA may wish to use
;; (setq mpg123-mixer-type 'aumix) before loading mpg123.el
|