[xiph-commits] r6927 - experimental/giles

giles at dactyl.lonelymoon.com giles
Tue Jun 29 13:45:00 PDT 2004


Author: giles
Date: Tue Jun 29 13:45:00 2004
New Revision: 6927

Modified:
experimental/giles/oggfilter.c
Log:
Mention library dependencies in the build instructions.


Modified: experimental/giles/oggfilter.c
===================================================================
--- experimental/giles/oggfilter.c	2004-06-29 20:24:54 UTC (rev 6926)
+++ experimental/giles/oggfilter.c	2004-06-29 20:44:59 UTC (rev 6927)
@@ -35,6 +35,9 @@
/* compile with:
gcc -o oggfilter oggfilter.c `pkg-config --cflags oggz` \
`pkg-config --libs oggz`
+
+   you will need libogg 1.1(.x) from http://xiph.org/
+   and liboggz (tested with 0.8.3) from http://annodex.net/
*/

#include <stdio.h>



More information about the commits mailing list