changeset 622:09888c08e5e5 trunk

[svn] Vorbis linking fix by Kiyoshi Aman.
author chainsaw
date Mon, 06 Feb 2006 16:41:01 -0800
parents 86c09efdc4e7
children 9938d9e87a71
files Plugins/Input/vorbis/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/vorbis/Makefile.in	Mon Feb 06 16:24:20 2006 -0800
+++ b/Plugins/Input/vorbis/Makefile.in	Mon Feb 06 16:41:01 2006 -0800
@@ -9,6 +9,6 @@
 
 OBJECTS = ${SOURCES:.c=.o}
 
-LIBADD = $(OGG_LIBS) $(VORBIS_LIBS)
+LIBADD = $(OGG_VORBIS_LIBS)
 
 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -I../../../intl -I../../.. -I../..