diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-13 13:10:13 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-13 13:15:39 +0200 |
commit | c88cd9cefc73e9313f82cef94f710f4c2144da38 (patch) | |
tree | fceaa54fabf86272aeffc798d946e076110aa712 /tests/examples | |
parent | c090df8f046ac0a32ac4fea56e4516c3b042932e (diff) |
Update for the removal of the interfaces library and the tuner/mixer interfaces
Diffstat (limited to 'tests/examples')
-rw-r--r-- | tests/examples/camerabin/Makefile.am | 2 | ||||
-rw-r--r-- | tests/examples/camerabin2/Makefile.am | 2 | ||||
-rw-r--r-- | tests/examples/scaletempo/Makefile.am | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/tests/examples/camerabin/Makefile.am b/tests/examples/camerabin/Makefile.am index 28f0441cb..5e1d09e9b 100644 --- a/tests/examples/camerabin/Makefile.am +++ b/tests/examples/camerabin/Makefile.am @@ -14,7 +14,6 @@ gst_camera_CFLAGS = \ gst_camera_LDADD = \ $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_API_VERSION@.la \ $(GST_PLUGINS_BASE_LIBS) \ - -lgstinterfaces-@GST_API_VERSION@ \ -lgstvideo-@GST_API_VERSION@ \ $(GST_LIBS) \ $(GTK_LIBS) \ @@ -40,7 +39,6 @@ gst_camerabin_test_SOURCES = gst-camerabin-test.c gst_camerabin_test_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_PLUGINS_BAD_CFLAGS) gst_camerabin_test_LDADD = \ $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_API_VERSION@.la \ - -lgstinterfaces-@GST_API_VERSION@ \ -lgstvideo-@GST_API_VERSION@ \ $(GST_LIBS) \ $(GST_PLUGINS_BASE_LIBS) \ diff --git a/tests/examples/camerabin2/Makefile.am b/tests/examples/camerabin2/Makefile.am index 2fb8ab130..74be998a8 100644 --- a/tests/examples/camerabin2/Makefile.am +++ b/tests/examples/camerabin2/Makefile.am @@ -14,7 +14,6 @@ gst_camera2_CFLAGS = \ gst_camera2_LDADD = \ $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_API_VERSION@.la \ $(GST_PLUGINS_BASE_LIBS) \ - -lgstinterfaces-@GST_API_VERSION@ \ -lgstpbutils-@GST_API_VERSION@ \ -lgstvideo-@GST_API_VERSION@ \ $(GST_LIBS) \ @@ -38,7 +37,6 @@ gst_camerabin2_test_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_PLU gst_camerabin2_test_LDADD = \ $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_API_VERSION@.la \ $(GST_PLUGINS_BASE_LIBS) \ - -lgstinterfaces-@GST_API_VERSION@ \ -lgstpbutils-@GST_API_VERSION@ \ -lgstvideo-@GST_API_VERSION@ \ $(GST_BASE_LIBS) \ diff --git a/tests/examples/scaletempo/Makefile.am b/tests/examples/scaletempo/Makefile.am index 18a1ab9da..9bb25714c 100644 --- a/tests/examples/scaletempo/Makefile.am +++ b/tests/examples/scaletempo/Makefile.am @@ -5,7 +5,7 @@ ERROR_CFLAGS= scaletempo_demo_SOURCES = demo-main.c demo-player.c demo-gui.c scaletempo_demo_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS) -scaletempo_demo_LDFLAGS = $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-@GST_API_VERSION@ $(GST_LIBS) $(GTK_LIBS) +scaletempo_demo_LDFLAGS = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) $(GTK_LIBS) noinst_HEADERS = demo-player.h demo-gui.h |