From 14063f0670d614d30f045ba8baedc63012d29af2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 30 Mar 2010 19:29:48 +0100 Subject: [PATCH] Our RIFF library depends on both the audio and tag libraries Update rules in Makefile.am accordingly. --- gst-libs/gst/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index fac48ab..94c1eb2 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -25,7 +25,7 @@ audio: interfaces cdda: tag -riff: tag +riff: tag audio rtsp: sdp -- 2.7.4