jakemsr b666a5d2b5 update to libquicktime-1.0.5
* newer ffmpeg
* use sndio in lqtplay
2010-05-26 22:31:23 +00:00

29 lines
748 B
Plaintext

$OpenBSD: patch-configure,v 1.10 2010/05/26 22:31:23 jakemsr Exp $
--- configure.orig Tue Feb 23 12:43:36 2010
+++ configure Tue May 18 17:55:59 2010
@@ -14553,7 +14553,7 @@ fi
VORBIS_LIBS="-L$prefix/lib"
fi
- VORBIS_LIBS="$VORBIS_LIBS -lvorbis -lm"
+ VORBIS_LIBS="$VORBIS_LIBS -lvorbis -logg -lm"
VORBISFILE_LIBS="-lvorbisfile"
VORBISENC_LIBS="-lvorbisenc"
@@ -14713,11 +14713,11 @@ if test "x$with_lame" != "xno"; then
OLD_CFLAGS=$CFLAGS
OLD_LIBS=$LIBS
-if test x$have_vorbis = xtrue; then
-LIBS="$LIBS -lmp3lame -lvorbis -lm"
-else
+#if test x$have_vorbis = xtrue; then
+#LIBS="$LIBS -lmp3lame -lvorbis -lm"
+#else
LIBS="$LIBS -lmp3lame -lm"
-fi
+#fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for lame" >&5