From 91c75489c506bc8791c9c55bdc6c9efd67c58384 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 8 Oct 2001 21:52:09 +0000 Subject: Fixed ogg/vorbis stuff (don't link vorbis plusgin to libogg, etc...). Clean up the ogg/vorbis check (overriding $LIBS is gone now). CVS patchset: 771 CVS date: 2001/10/08 21:52:09 --- src/libvorbis/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libvorbis') diff --git a/src/libvorbis/Makefile.am b/src/libvorbis/Makefile.am index 286a1befa..5a581756f 100644 --- a/src/libvorbis/Makefile.am +++ b/src/libvorbis/Makefile.am @@ -2,7 +2,7 @@ ## Process this file with automake to produce Makefile.in ## -CFLAGS = @GLOBAL_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ +CFLAGS = @GLOBAL_CFLAGS@ @VORBIS_CFLAGS@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic @@ -15,7 +15,7 @@ endif lib_LTLIBRARIES = $(vorbis_module) xineplug_decode_vorbis_la_SOURCES = xine_decoder.c -xineplug_decode_vorbis_la_LIBADD = @OGG_LIBS@ @VORBIS_LIBS@ +xineplug_decode_vorbis_la_LIBADD = @VORBIS_LIBS@ xineplug_decode_vorbis_la_LDFLAGS = -avoid-version -module -- cgit v1.2.3