[Lunar-commits] <moonbase> xine-lib: add ffmpeg as an optional depend (for using it instead of the internal ffmpeg lib).

Florin Braescu florin at lunar-linux.org
Sun Feb 14 11:11:59 CET 2010


commit e1299b5f57fa55fe1c685a9ec92ff8610848142b
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Feb 14 12:11:59 2010 +0200

    xine-lib: add ffmpeg as an optional depend (for using it instead of the internal ffmpeg lib).
---
 video/xine-lib/DEPENDS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/video/xine-lib/DEPENDS b/video/xine-lib/DEPENDS
index c198262..0138d01 100644
--- a/video/xine-lib/DEPENDS
+++ b/video/xine-lib/DEPENDS
@@ -45,3 +45,9 @@ optional_depends  "SDL"  \
                   ""     \
                   "--without-sdl"  \
                   "for SDL video output"
+
+optional_depends  "ffmpeg"  \
+                  ""       \
+                  "--with-external-ffmpeg"  \
+                  "for external ffmpeg library support"
+


More information about the Lunar-commits mailing list