bongo-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bongo-patches] Add "m4a" and "m4v" to list of supported file name exten


From: Daniel Brockman
Subject: [bongo-patches] Add "m4a" and "m4v" to list of supported file name extensions for VLC
Date: Tue, 15 May 2007 19:56:33 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

Add "m4a" and "m4v" to list of supported file name
extensions for VLC.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-05-15 19:56:29.000000000 +0200
+++ new-bongo/bongo.el  2007-05-15 19:56:29.000000000 +0200
@@ -5883,8 +5883,8 @@
   ;; Play generic URLs and files if the file extension
   ;; matches that of some potentially supported format.
   :matcher '((local-file "file:" "http:" "ftp:")
-             "ogg" "flac" "mp3" "mka" "wav" "wma"
-             "mpg" "mpeg" "vob" "avi" "ogm" "mp4" "mkv"
+             "ogg" "flac" "mp3" "m4a" "mka" "wav" "wma"
+             "mpg" "mpeg" "vob" "avi" "ogm" "mp4" "m4v" "mkv"
              "mov" "asf" "wmv" "rm" "rmvb" "ts")
 
   ;; Play special media URIs regardless of the file name.
-- 
Daniel Brockman <address@hidden>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]