[Lunar-commits] <moonbase-other> ffmpeg: Removing openal from the CONFIGURE. openal does not have a hard depends on ffmpeg,

stumbles stumbles at lunar-linux.org
Fri Jan 18 10:44:27 CET 2013


commit 155d8b03d9b9141898e3ac82d3add620d04b891c
Author: stumbles <stumbles at lunar-linux.org>
Date: Fri, 18 Jan 2013 01:44:27 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/155d8b03d9b9141898e3ac82d3add620d04b891c

ffmpeg: Removing openal from the CONFIGURE. openal does not have a hard depends on ffmpeg,

doesn't even provide a corresponding switch. If ffmpeg is present openal just looks for
libavcodec, libavformat and libavutil so name versions to builld some examples.
---
  video/ffmpeg/CONFIGURE | +0/-4     
  1 file changed, 4 deletions(-)

--- a/video/ffmpeg/CONFIGURE
+++ b/video/ffmpeg/CONFIGURE
@@ -9,10 +9,6 @@ if module_installed frei0r ; then
    mquery USE_FREI0R "Enable frei0r library support" y "--enable-frei0r" "--disable-frei0r"
 fi
 
-if module_installed openal ; then
-   mquery USE_OPENAL "Enable openal library support?" y "--enable-openal" "--disable-openal"
-fi
-
 if module_installed pulseaudio ; then
    mquery USE_PULSE "Enable pulseaudio support?" y "--enable-libpulse" "--disable-libpulse"
 fi




More information about the Lunar-commits mailing list