summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2000-10-30 09:10:01 +0000
committerJack Moffitt <jack@xiph.org>2000-10-30 09:10:01 +0000
commitf7ccdfd1a26de4c0dddafabe7ba38406d6317bea (patch)
tree84b3291fa8e6bd19585550c321b1b7abb52fb215
parentceaaa0dab47394c5459a85cd72901a4f89e80b1e (diff)
downloadlibvorbis-git-f7ccdfd1a26de4c0dddafabe7ba38406d6317bea.tar.gz
this finally works as advertised. only three easy payments of 19.95 were
required. svn path=/branches/branch_beta3/vorbis/; revision=791
-rw-r--r--libvorbis.spec2
-rw-r--r--vorbis.m44
2 files changed, 4 insertions, 2 deletions
diff --git a/libvorbis.spec b/libvorbis.spec
index c51f3b96..77e5333d 100644
--- a/libvorbis.spec
+++ b/libvorbis.spec
@@ -73,6 +73,8 @@ make DESTDIR=$RPM_BUILD_ROOT install
/usr/include/vorbis/book/resaux0_*.vqh
/usr/lib/libvorbis.a
/usr/lib/libvorbis.so
+/usr/lib/libvorbisfile.a
+/usr/lib/libvorbisfile.so
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
diff --git a/vorbis.m4 b/vorbis.m4
index 8328dcb5..3c230aad 100644
--- a/vorbis.m4
+++ b/vorbis.m4
@@ -28,7 +28,7 @@ AC_ARG_ENABLE(vorbistest, [ --disable-vorbistest Do not try to compile an
ac_save_CFLAGS="$CFLAGS"
ac_save_LIBS="$LIBS"
CFLAGS="$CFLAGS $VORBIS_CFLAGS"
- LIBS="$LIBS $VORBIS_LIBS"
+ LIBS="$LIBS $VORBIS_LIBS $OGG_LIBS"
dnl
dnl Now check if the installed Vorbis is sufficiently new.
dnl
@@ -60,7 +60,7 @@ int main ()
else
echo "*** Could not run Vorbis test program, checking why..."
CFLAGS="$CFLAGS $VORBIS_CFLAGS"
- LIBS="$LIBS $VORBIS_LIBS"
+ LIBS="$LIBS $VORBIS_LIBS $OGG_LIBS"
AC_TRY_LINK([
#include <stdio.h>
#include <vorbis/codec.h>