From 3e99c06ad0e8fa269e7fc0cde00345c53c47f911 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Mon, 11 Oct 2010 18:06:18 -0300 Subject: [PATCH] tests: vorbis: adds missing lib Adds missing lib to vorbis check tests makefile --- tests/check/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 7ad48c4a26..90879917e9 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -326,7 +326,8 @@ elements_volume_CFLAGS = \ elements_vorbisdec_LDADD = \ $(LDADD) \ - $(VORBIS_LIBS) + $(VORBIS_LIBS) \ + $(VORBISENC_LIBS) elements_vorbisdec_CFLAGS = \ $(GST_PLUGINS_BASE_CFLAGS) \ @@ -336,7 +337,8 @@ elements_vorbisdec_CFLAGS = \ elements_vorbistag_LDADD = \ $(LDADD) \ - $(VORBIS_LIBS) + $(VORBIS_LIBS) \ + $(VORBISENC_LIBS) elements_vorbistag_CFLAGS = \ $(GST_PLUGINS_BASE_CFLAGS) \