summaryrefslogtreecommitdiffstats
path: root/gst-plugins-ffmpeg
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-17 21:19:53 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-17 21:19:53 +0000
commit50224eefa9c0bd5649ad1d9d710e8adb3dafefe6 (patch)
tree351356ae81361053fa4a2a00f11e9b3edb04c8c0 /gst-plugins-ffmpeg
parentec7198785c17c730aa13f06d2d27d2a566c8b38c (diff)
downloadasb-50224eefa9c0bd5649ad1d9d710e8adb3dafefe6.tar.gz
asb-50224eefa9c0bd5649ad1d9d710e8adb3dafefe6.tar.xz
Do _not_ use an external ffmpeg by default. The plugin developers strongly advise against it
Diffstat (limited to 'gst-plugins-ffmpeg')
-rwxr-xr-xgst-plugins-ffmpeg/build/gst-plugins-ffmpeg.SlackBuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/gst-plugins-ffmpeg/build/gst-plugins-ffmpeg.SlackBuild b/gst-plugins-ffmpeg/build/gst-plugins-ffmpeg.SlackBuild
index 27210915..8516571b 100755
--- a/gst-plugins-ffmpeg/build/gst-plugins-ffmpeg.SlackBuild
+++ b/gst-plugins-ffmpeg/build/gst-plugins-ffmpeg.SlackBuild
@@ -35,8 +35,12 @@
# 0.10.11-1: 25/aug/2010 by Eric Hameleers <alien@slackware.com>
# * Update to accompany a new gnash package
# 0.10.11-2: 17/may/2011 by Eric Hameleers <alien@slackware.com>
-# * Depend on an already installed ffmpeg package which allows me
-# tu make a lot more features available.
+# * Optionally, depend on an already installed ffmpeg package
+# which allows to make a lot more features available.
+# However, since the developers do not encourage this, it is
+# not used by default. You can change the variable
+# USE_INTERNAL_FFMPEG to "NO" after installing my ffmpeg package,
+# and then rebuild gst-plugins-ffmpeg.
#
# Run 'sh gst-plugins-ffmpeg.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -59,7 +63,7 @@ DOCS="AUTHORS COPYING ChangeLog NEWS README TODO gst-ffmpeg.doap"
# depend on an external ffmpeg package which is already installed.
# However, the internal ffmpeg will not be built as featureful as my own
# external ffmpeg package, so I will rather use that.
-USE_INTERNAL_FFMPEG=${USE_INTERNAL_FFMPEG:-NO}
+USE_INTERNAL_FFMPEG=${USE_INTERNAL_FFMPEG:-YES}
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)