mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/ffmpeg: Build libavresample.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
697a9c5499
commit
374ccc48b6
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
PRGNAM=ffmpeg
|
||||
VERSION=${VERSION:-2.8.6}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -159,6 +159,7 @@ CXXFLAGS="$SLKCFLAGS -I/usr/include/openmj2-2.1" \
|
|||
--enable-swscale \
|
||||
--enable-x11grab \
|
||||
--enable-avfilter \
|
||||
--enable-avresample \
|
||||
--enable-gnutls \
|
||||
--enable-libcdio \
|
||||
--enable-libssh \
|
||||
|
|
Loading…
Reference in a new issue