[Lunar-commits] <moonbase> ffmpeg: vlc does not know what to do with swscale, so
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Mon Jun 30 12:14:22 CEST 2008
commit 767b51c7bb31906cb5ca1db817f12aa493593d5f
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Mon Jun 30 06:14:22 2008 -0400
ffmpeg: vlc does not know what to do with swscale, so
you get no video output with this enabled.
---
video/ffmpeg/BUILD | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/video/ffmpeg/BUILD b/video/ffmpeg/BUILD
index 578d1a4..03c0707 100644
--- a/video/ffmpeg/BUILD
+++ b/video/ffmpeg/BUILD
@@ -1,7 +1,8 @@
(
OPTS+=" --enable-gpl --enable-nonfree --enable-shared --enable-pthreads \
- --enable-swscale --enable-postproc"
+ --enable-postproc"
+
[ -n $CPU ] && OPTS+="$OPTS --cpu=$CPU"
./configure --prefix=/usr $OPTS &&
More information about the Lunar-commits
mailing list