mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 05:22:30 +00:00
fixed vorbis
Original commit message from CVS: fixed vorbis
This commit is contained in:
parent
b0576db5f3
commit
af330af889
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ plugindir = $(libdir)/gst
|
||||||
plugin_LTLIBRARIES = libgstvorbis.la
|
plugin_LTLIBRARIES = libgstvorbis.la
|
||||||
|
|
||||||
libgstvorbis_la_SOURCES = vorbis.c vorbisenc.c vorbisdec.c
|
libgstvorbis_la_SOURCES = vorbis.c vorbisenc.c vorbisdec.c
|
||||||
libgstvorbis_la_LIBADD = $(VORBIS_LIBS) -lvorbisenc
|
|
||||||
|
## AM_PATH_VORBIS also sets VORBISENC_LIBS
|
||||||
|
libgstvorbis_la_LIBADD = $(VORBIS_LIBS) $(VORBISENC_LIBS)
|
||||||
libgstvorbis_la_CFLAGS = $(VORBIS_CFLAGS) $(GST_CFLAGS)
|
libgstvorbis_la_CFLAGS = $(VORBIS_CFLAGS) $(GST_CFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = vorbisenc.h vorbisdec.h
|
noinst_HEADERS = vorbisenc.h vorbisdec.h
|
||||||
|
|
Loading…
Reference in a new issue