[xiph-cvs] cvs commit: vorbis libvorbis.spec vorbis.m4
Jack Moffitt
jack at xiph.org
Mon Oct 30 01:10:02 PST 2000
jack 00/10/30 01:10:02
Modified: . Tag: branch_beta3 libvorbis.spec vorbis.m4
Log:
this finally works as advertised. only three easy payments of 19.95 were
required.
Revision Changes Path
No revision
No revision
1.2.2.4 +2 -0 vorbis/libvorbis.spec
Index: libvorbis.spec
===================================================================
RCS file: /usr/local/cvsroot/vorbis/libvorbis.spec,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -u -r1.2.2.3 -r1.2.2.4
--- libvorbis.spec 2000/10/30 06:59:52 1.2.2.3
+++ libvorbis.spec 2000/10/30 09:10:01 1.2.2.4
@@ -73,6 +73,8 @@
/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
1.1.2.3 +2 -2 vorbis/Attic/vorbis.m4
Index: vorbis.m4
===================================================================
RCS file: /usr/local/cvsroot/vorbis/Attic/vorbis.m4,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- vorbis.m4 2000/10/30 06:59:53 1.1.2.2
+++ vorbis.m4 2000/10/30 09:10:01 1.1.2.3
@@ -28,7 +28,7 @@
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 @@
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>
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list