projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a14feec
)
use VORBISENC_LIBS
author
Thomas Vander Stichele
<thomas@apestaart.org>
Mon, 10 Jun 2002 10:26:32 +0000
(10:26 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Mon, 10 Jun 2002 10:26:32 +0000
(10:26 +0000)
Original commit message from CVS:
use VORBISENC_LIBS
ext/vorbis/Makefile.am
patch
|
blob
|
history
diff --git
a/ext/vorbis/Makefile.am
b/ext/vorbis/Makefile.am
index e6cab8f3267bfd911c3b937a2cdab109b490b9f0..908b07c75f9d1db864d8bfe4c0fb3c653a3922d7 100644
(file)
--- a/
ext/vorbis/Makefile.am
+++ b/
ext/vorbis/Makefile.am
@@
-5,7
+5,7
@@
plugin_LTLIBRARIES = libgstvorbis.la
libgstvorbis_la_SOURCES = vorbis.c vorbisenc.c vorbisdec.c vorbisfile.c
libgstvorbis_la_CFLAGS = $(GST_CFLAGS) $(VORBIS_CFLAGS)
## AM_PATH_VORBIS also sets VORBISENC_LIBS
-libgstvorbis_la_LIBADD = $(VORBIS_LIBS) $(VORBISENC_LIBS)
-lvorbisfile
+libgstvorbis_la_LIBADD = $(VORBIS_LIBS) $(VORBISENC_LIBS)
$(VORBISFILE_LIBS)
libgstvorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = vorbisenc.h vorbisdec.h