summaryrefslogtreecommitdiffstats
path: root/gnash
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-09-14 21:56:53 +0000
committer Eric Hameleers <alien@slackware.com>2010-09-14 21:56:53 +0000
commit16db510a36f7ec1f00a46a14ea4e17f5c69fedc0 (patch)
tree69d6397af88350a8ab8867b3b16256cdb986f09f /gnash
parentd505198d3d766863c3e3832b6d8952d2bbc0702e (diff)
downloadasb-16db510a36f7ec1f00a46a14ea4e17f5c69fedc0.tar.gz
asb-16db510a36f7ec1f00a46a14ea4e17f5c69fedc0.tar.xz
Back to using gstreamer's ffmpeg. With media=ffmpeg all I get is grey rectangles
Diffstat (limited to 'gnash')
-rwxr-xr-xgnash/build/gnash.SlackBuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/gnash/build/gnash.SlackBuild b/gnash/build/gnash.SlackBuild
index 62c9d370..97eba649 100755
--- a/gnash/build/gnash.SlackBuild
+++ b/gnash/build/gnash.SlackBuild
@@ -40,9 +40,7 @@
# 0.8.8-1: 25/aug/2010 by Eric Hameleers <alien@slackware.com>
# * Update, many exciting new features (youtube should work now).
# 0.8.8-2: 14/sep/2010 by Eric Hameleers <alien@slackware.com>
-# * Needs patching to be able to view youtube videos. Also try to
-# use ffmpeg directly for media rendering, instead of through
-# gstreamer.
+# * Needs patching to be able to view youtube videos.
#
# Run 'sh gnash.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -187,21 +185,19 @@ CFLAGS="$SLKCFLAGS" \
--with-kde4-plugindir=/usr/lib${LIBDIRSUFFIX}/kde4/plugins \
--enable-renderer=ogl,cairo \
--enable-sound=sdl \
- --enable-media=ffmpeg \
+ --enable-media=gst \
+ --enable-hwaccel=vaapi \
--with-plugins-install=system \
--with-npapi-install=system \
--with-npapi-plugindir=/usr/lib${LIBDIRSUFFIX}/mozilla/plugins \
- --enable-hwaccel=none \
--enable-write \
--enable-python \
--program-prefix= \
--program-suffix= \
--build=$ARCH-slackware-linux \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
- # this only works with --enable-media=gst :
- #--enable-hwaccel=vaapi \
-make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
+make $NUMJOBS 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
make DESTDIR=$PKG install install-plugins \
2>&1 | tee $OUTPUT/install-${PRGNAM}.log