[xiph-commits] r3606 - libfishsound/trunk

conrad at svn.annodex.net conrad at svn.annodex.net
Mon Jun 2 19:29:49 PDT 2008


Author: conrad
Date: 2008-06-02 19:29:43 -0700 (Mon, 02 Jun 2008)
New Revision: 3606

Modified:
   libfishsound/trunk/fishsound.pc.in
Log:
fishsound.pc.in: add FLAC to Libs.private and description


Modified: libfishsound/trunk/fishsound.pc.in
===================================================================
--- libfishsound/trunk/fishsound.pc.in	2008-06-02 12:45:51 UTC (rev 3605)
+++ libfishsound/trunk/fishsound.pc.in	2008-06-03 02:29:43 UTC (rev 3606)
@@ -4,9 +4,9 @@
 includedir=@includedir@
 
 Name: fishsound
-Description: Encode and decode Vorbis, Speex compressed audio
+Description: Encode and decode Vorbis, Speex, FLAC audio
 Requires: @fishsound_pkgdeps@
 Version: @VERSION@
 Libs: -L${libdir} -lfishsound
-Libs.private: @VORBIS_LIBS@ @SPEEX_LIBS@
+Libs.private: @VORBIS_LIBS@ @SPEEX_LIBS@ @FLAC_LIBS@
 Cflags: -I${includedir}



More information about the commits mailing list