summaryrefslogtreecommitdiffstats
path: root/vlc
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-01-07 21:17:02 +0000
committer Eric Hameleers <alien@slackware.com>2014-01-07 21:17:02 +0000
commit47cf8f52682153344479d48dab2cf1f014bcfa3d (patch)
treef58fcd6e3cbb494f8b0aaccf6b6cdb0390b8dc2b /vlc
parentdba6c6d0b32d878d4eef74af20d9b3a95f5c53bd (diff)
downloadasb-47cf8f52682153344479d48dab2cf1f014bcfa3d.tar.gz
asb-47cf8f52682153344479d48dab2cf1f014bcfa3d.tar.xz
Updates to ffmpeg, libdvdnav and libdvdread (and also update the dvdcss parameter to libdvdread's configure command which changed with the new snapshot)
Diffstat (limited to 'vlc')
-rwxr-xr-xvlc/build/vlc.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/vlc/build/vlc.SlackBuild b/vlc/build/vlc.SlackBuild
index c67d25cb..46295651 100755
--- a/vlc/build/vlc.SlackBuild
+++ b/vlc/build/vlc.SlackBuild
@@ -539,13 +539,13 @@ DC1394=2.2.1
DCA=0.0.5
DV=1.0.0
DVBPSI=1.1.0
-DVDNAV=20130528
-DVDREAD=20130528
+DVDNAV=20140107
+DVDREAD=20140107
DVDCSS=1.2.13
EBML=1.3.0
FAAC=1.28
FAAD2=2.7
-FFMPEG=9aa053c # git snapshot 8-Dec-2013 00:28:27
+FFMPEG=74a9c92 # git snapshot Sun, 29 Dec 2013 (11:37 +0100)
#FFMPEG=2.0.1
FLUID=1.1.6
FRIBIDI=0.19.6
@@ -1994,7 +1994,7 @@ if [ "${USE_PATENTS}" == "YES" ]; then
# If we allow patented software, we also link libdvdcss statically into
# libdvdread. Otherwise, you can just install libdvdcss additionally
# and the dvdread library will find and load dvdcss support at runtime.
- DO_CSS="--enable-libdvdcss"
+ DO_CSS="--with-libdvdcss"
else
DO_CSS=""
fi