summaryrefslogtreecommitdiff
path: root/src/demuxers
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-10-08 21:52:09 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-10-08 21:52:09 +0000
commit91c75489c506bc8791c9c55bdc6c9efd67c58384 (patch)
treea4abe1b3bb8fdbd83d7a9a4d9d2464ed026945cc /src/demuxers
parent23c8426b42bb057c82a513c2f46c432a66feb75d (diff)
downloadxine-lib-91c75489c506bc8791c9c55bdc6c9efd67c58384.tar.gz
xine-lib-91c75489c506bc8791c9c55bdc6c9efd67c58384.tar.bz2
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
Diffstat (limited to 'src/demuxers')
-rw-r--r--src/demuxers/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am
index 4de7bbfd6..8ff778bde 100644
--- a/src/demuxers/Makefile.am
+++ b/src/demuxers/Makefile.am
@@ -1,4 +1,4 @@
-CFLAGS = @GLOBAL_CFLAGS@
+CFLAGS = @GLOBAL_CFLAGS@ @OGG_CFLAGS@
LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
@@ -21,7 +21,7 @@ lib_LTLIBRARIES = $(ogg_module) xineplug_dmx_avi.la \
xineplug_dmx_qt.la
xineplug_dmx_ogg_la_SOURCES = demux_ogg.c
-xineplug_dmx_ogg_la_LIBADD = -logg
+xineplug_dmx_ogg_la_LIBADD = @OGG_LIBS@
xineplug_dmx_ogg_la_LDFLAGS = -avoid-version -module
xineplug_dmx_avi_la_SOURCES = demux_avi.c