[xiph-cvs] cvs commit: vorbis-tools acinclude.m4

Segher Boessenkool segher at xiph.org
Fri Dec 21 17:22:30 PST 2001



segher      01/12/21 17:22:30

  Modified:    .        acinclude.m4
  Log:
  fix library path for vorbisenc/vorbisfile

Revision  Changes    Path
1.15      +2 -2      vorbis-tools/acinclude.m4

Index: acinclude.m4
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/acinclude.m4,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- acinclude.m4	2001/12/19 02:52:52	1.14
+++ acinclude.m4	2001/12/22 01:22:29	1.15
@@ -126,9 +126,9 @@
     VORBIS_LIBS="-L$prefix/lib"
   fi
 
+  VORBISFILE_LIBS="$VORBIS_LIBS -lvorbisfile"
+  VORBISENC_LIBS="$VORBIS_LIBS -lvorbisenc"
   VORBIS_LIBS="$VORBIS_LIBS -lvorbis -lm"
-  VORBISFILE_LIBS="-lvorbisfile"
-  VORBISENC_LIBS="-lvorbisenc"
 
   if test "x$vorbis_includes" != "x" ; then
     VORBIS_CFLAGS="-I$vorbis_includes"

--- >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