diff options
author | Parthasarathi Susarla <partha.susarla@collabora.co.uk> | 2010-10-04 00:31:51 +0530 |
---|---|---|
committer | Parthasarathi Susarla <partha.susarla@collabora.co.uk> | 2010-10-04 00:31:51 +0530 |
commit | 639a04febc3869f25efec7d1e3f58b8d9b879836 (patch) | |
tree | 610cfcee6c594eb79345482419ba78c0c59f5d80 /tests | |
parent | 0f16b7b6eda00b5aca8df58426b9df903be6198e (diff) | |
download | gupnp-dlna-639a04febc3869f25efec7d1e3f58b8d9b879836.tar.gz |
tests: remove dependency on pbutils and build dlna-encoding
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/dlna-encoding.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 4fb7799..8e73a58 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -noinst_PROGRAMS = dlna-profile-parser +noinst_PROGRAMS = dlna-profile-parser dlna-encoding AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/gst-convenience/gst-libs $(GST_CFLAGS) LIBS = $(GST_LIBS) \ diff --git a/tests/dlna-encoding.c b/tests/dlna-encoding.c index bfee825..1b7d8fe 100644 --- a/tests/dlna-encoding.c +++ b/tests/dlna-encoding.c @@ -25,7 +25,6 @@ #include <glib.h> #include <gst/gst.h> #include <gst/profile/gstprofile.h> -#include <gst/pbutils/pbutils.h> #include <libgupnp-dlna/gupnp-dlna-discoverer.h> static gboolean silent = FALSE; |