[Lunar-commits] <moonbase> xine-lib: fixed ffmpeg depends query.

Duncan Gibson engelsman at lunar-linux.org
Sat Mar 20 16:30:44 CET 2010


commit 41694084ad9e2dabec281ae1f656319b51158cf0
Author: Jason Williams <jason5876 at gmail.com>
Date:   Sat Mar 20 16:30:44 2010 +0100

    xine-lib: fixed ffmpeg depends query.
---
 video/xine-lib/DEPENDS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/video/xine-lib/DEPENDS b/video/xine-lib/DEPENDS
index 0138d01..932d137 100644
--- a/video/xine-lib/DEPENDS
+++ b/video/xine-lib/DEPENDS
@@ -47,7 +47,7 @@ optional_depends  "SDL"  \
                   "for SDL video output"
 
 optional_depends  "ffmpeg"  \
-                  ""       \
-                  "--with-external-ffmpeg"  \
+                  "--with-external-ffmpeg"       \
+                  ""  \
                   "for external ffmpeg library support"
 


More information about the Lunar-commits mailing list