summaryrefslogtreecommitdiffstats
path: root/xvidcap
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-08-14 20:35:24 +0000
committer Eric Hameleers <alien@slackware.com>2008-08-14 20:35:24 +0000
commitf4bcb0d52dad0b6252a6da527ad4d4f6fb47421a (patch)
tree8e3eac882e57b90df8f40014ea2271d1d26e2770 /xvidcap
parente38ec13b9b3e927487513523707263e562a9e15d (diff)
downloadasb-f4bcb0d52dad0b6252a6da527ad4d4f6fb47421a.tar.gz
asb-f4bcb0d52dad0b6252a6da527ad4d4f6fb47421a.tar.xz
Remove explicit --with-libmp3lame because if lame is missing, configure will also fail to build ffmpeg.
Diffstat (limited to 'xvidcap')
-rwxr-xr-xxvidcap/build/xvidcap.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/xvidcap/build/xvidcap.SlackBuild b/xvidcap/build/xvidcap.SlackBuild
index fc420c18..c2a9371b 100755
--- a/xvidcap/build/xvidcap.SlackBuild
+++ b/xvidcap/build/xvidcap.SlackBuild
@@ -160,14 +160,17 @@ CXXFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--localstatedir=/var \
--sysconfdir=/etc \
- --mandir=/usr/doc \
+ --mandir=/usr/man \
--docdir=/usr/doc/${PRGNAM}-${VERSION} \
- --enable-libmp3lame \
--enable-libtheora \
--program-prefix="" \
--program-suffix="" \
--build=$ARCH-slackware-linux \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
+ # Having this explicitly added causes the build & detection of
+ # ffmpeg to fail if libmp3lame is not present. So we leave it out
+ # (configure will probe for libmp3lame anyway):
+ #--enable-libmp3lame \
make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
# Install all the needed stuff to the package dir