gstreamer/tests/examples
Christophe Fergeau a9b979d45f examples: don't link testchannels example with system libgstaudio
The testchannels audio test program is using -lgstaudio-0.10 to link
with libgstaudio which won't use the gstaudio library that was just
built but the one from the system. This is an issue since it means
we won't be testing the code from the current source tree, and it
also breaks the build when building on a system which don't have
a libgstaudio yet.

https://bugzilla.gnome.org/show_bug.cgi?id=652100
2011-06-08 12:14:20 +01:00
..
app tests: use GLib 2.22 API unconditionally 2010-12-04 14:48:46 +00:00
audio examples: don't link testchannels example with system libgstaudio 2011-06-08 12:14:20 +01:00
dynamic build: use LDADD instead of LDFLAGS to specify libs to link to when building executables 2010-04-14 14:08:15 +01:00
encoding encodebin: examples: Add missing base libs to makefile 2011-05-15 13:02:39 -03:00
gio tests: fix unused-but-set-variable warnings with gcc 4.6 2011-04-14 00:24:26 +01:00
overlay tests: don't use deprecated gtk_widget_hide_all() 2010-10-21 13:38:01 +01:00
playrec tests: fix unused-but-set-variable warnings with gcc 4.6 2011-04-14 00:24:26 +01:00
seek seek: set selected/default audio/video sinks on playbin and playbin2 2011-05-25 19:36:02 +01:00
snapshot snapshot: use a keyframe seek 2011-01-25 21:55:36 +02:00
v4l examples: fix linking order. 2009-10-24 13:21:05 +02:00
volume build: use LDADD instead of LDFLAGS to specify libs to link to when building executables 2010-04-14 14:08:15 +01:00
Makefile.am audio: move testchannels example to 'tests/examples' dir 2011-05-27 15:09:25 +03:00