diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2017-04-17 08:05:55 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:31 +0700 |
commit | 838bd08903ed4df5c1d86fe14319ce1b14f547bc (patch) | |
tree | 0cfc544b526b34992dd91ed1a146ae8a6dca1a3f /multimedia | |
parent | a4031539e53219b39e01a2e8ad9848fbbee537d5 (diff) |
multimedia/mlt: vdpau is unsupported with the newer ffmpeg.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mlt/mlt.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/mlt/mlt.SlackBuild b/multimedia/mlt/mlt.SlackBuild index e6bb43afca01..e17e410bcfc2 100644 --- a/multimedia/mlt/mlt.SlackBuild +++ b/multimedia/mlt/mlt.SlackBuild @@ -49,6 +49,7 @@ # 11-OCT-2016 version update # 22-OCT-2016 add qt5 support, bug fixes/addenda (Larry Hajali) # 29-JAN-2017 version update +# 16-APR-2017 Compiling with vdpau is no longer supported ffmpeg-3.x PRGNAM=mlt VERSION=${VERSION:-6.4.1} @@ -79,8 +80,6 @@ if [ -h "$(which tclsh)" ]; then tcl="tcl"; else tcl=""; fi if [ -f "$(which csharp)" ]; then csharp="csharp"; else csharp=""; fi if [ -f "$(which ruby)" ]; then ruby="ruby"; else ruby=""; fi -if pkg-config --exists vdpau ; then vdpau="--avformat-vdpau" ; else vdpau="" ; fi - # Use qt5 if present, otherwise system default if pkg-config --exists Qt5 ; then qt="--qt-libdir=$(pkg-config Qt5 --variable=libdir) @@ -132,7 +131,6 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-gpl3 \ --luma-compress \ --enable-motion-est \ - $vdpau \ $qt \ --swig-languages="$java $lua $perl $php $python $ruby $tcl $csharp" \ --build=$ARCH-slackware-linux |