summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2011-08-25 19:24:56 +0100
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2011-08-25 16:46:58 -0300
commit60442079f34591cb5a129f7a773ce74afcc1d886 (patch)
tree92a4826be7c948423c85c323240f3c176ce4bd24
parent1fdae5275330d7322f00e9d5c7dace30a41db477 (diff)
tests: make camerabin2 test build
https://bugzilla.gnome.org/show_bug.cgi?id=657363
-rw-r--r--tests/check/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index dca2775b1..174c73036 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -242,7 +242,6 @@ elements_camerabin_LDADD = \
elements_camerabin_SOURCES = elements/camerabin.c
-if BUILD_EXPERIMENTAL
elements_camerabin2_CFLAGS = \
$(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AM_CFLAGS) -DGST_USE_UNSTABLE_API
@@ -253,8 +252,6 @@ elements_camerabin2_LDADD = \
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(LDADD)
elements_camerabin2_SOURCES = elements/camerabin2.c
-endif
-
elements_jifmux_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(EXIF_CFLAGS) $(AM_CFLAGS)
elements_jifmux_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_MAJORMINOR) $(GST_CHECK_LIBS) $(EXIF_LIBS) $(LDADD)
elements_jifmux_SOURCES = elements/jifmux.c