summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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