File: libs.diff

package info (click to toggle)
alogg 1.3.7-1.1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 340 kB
  • ctags: 277
  • sloc: ansic: 2,209; makefile: 456; sh: 142; pascal: 17; lisp: 1
file content (12 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
--- makefile.datogg	Thu Aug 15 07:30:54 2002
+++ makefile	Thu Aug 15 07:32:45 2002
@@ -85,6 +85,9 @@
 
 PLUGIN_LIB = lib/unix/libaldat.a
 obj_unix_plugins_h = $(OBJDIR)/plugins.h
+
+# Link against Ogg/Vorbis libraries if using the datogg alogg plugin
+LIBS += -lalogg -lvorbisfile -lvorbisenc -lvorbis -logg -lm
 
 default: $(DEFAULT_TARGETS)