summaryrefslogtreecommitdiffstats
path: root/ffmpeg
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-12-27 21:03:49 +0000
committer Eric Hameleers <alien@slackware.com>2014-12-27 21:03:49 +0000
commitd7d1a4a14798728a01cd793bbe3d0dd72c24228a (patch)
tree7e9b990ccf122b55c05398461a9a6a61f88235d9 /ffmpeg
parentd531fbf189b7ec99d3113ba6ab9e7144605690dd (diff)
downloadasb-d7d1a4a14798728a01cd793bbe3d0dd72c24228a.tar.gz
asb-d7d1a4a14798728a01cd793bbe3d0dd72c24228a.tar.xz
Fix small issue with documentation for libraries.
Diffstat (limited to 'ffmpeg')
-rwxr-xr-xffmpeg/build/ffmpeg.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffmpeg/build/ffmpeg.SlackBuild b/ffmpeg/build/ffmpeg.SlackBuild
index 841e8cff..10ac0dae 100755
--- a/ffmpeg/build/ffmpeg.SlackBuild
+++ b/ffmpeg/build/ffmpeg.SlackBuild
@@ -753,7 +753,7 @@ make install DESTDIR=$FFMPEGDEPSDIR \
2>&1 | tee -a $OUTPUT/make-${PRGNAM}_fdkaac.log
# Add DOCS to the ffmpegdeps to have it added to ffmpeg package later:
mkdir -p $FFMPEGDEPSDIR/doc/fdkaac
-cp -a $DOCS_AACENC $FFMPEGDEPSDIR/doc/fdkaac || true
+cp -a $DOCS_FDKAAC $FFMPEGDEPSDIR/doc/fdkaac || true
cd -
}
@@ -785,7 +785,7 @@ cd build_x265
cd -
# Add DOCS to the ffmpegdeps to have it added to ffmpeg package later:
mkdir -p $FFMPEGDEPSDIR/doc/x265
-cp -a $DOCS_AACENC $FFMPEGDEPSDIR/doc/x265 || true
+cp -a $DOCS_X265 $FFMPEGDEPSDIR/doc/x265 || true
cd $PREVDIR
}