diff options
author | Julien Moutte <julien@moutte.net> | 2003-12-14 16:59:09 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2003-12-14 16:59:09 +0000 |
commit | 07441f0139b1ea64eb6f58b78c0a2a4f8b4fa344 (patch) | |
tree | bc8575d08ef6c65643a4e813487990e3d8e6184b /examples/gstplay/Makefile.am | |
parent | 4ea0315f42b11256c52fb8c2021f6a574154ae72 (diff) | |
download | gst-plugins-bad-07441f0139b1ea64eb6f58b78c0a2a4f8b4fa344.tar.gz gst-plugins-bad-07441f0139b1ea64eb6f58b78c0a2a4f8b4fa344.tar.bz2 gst-plugins-bad-07441f0139b1ea64eb6f58b78c0a2a4f8b4fa344.zip |
Adding a test app for libgstplay. It is a command line player.
Original commit message from CVS:
Adding a test app for libgstplay. It is a command line player.
Diffstat (limited to 'examples/gstplay/Makefile.am')
-rw-r--r-- | examples/gstplay/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/gstplay/Makefile.am b/examples/gstplay/Makefile.am new file mode 100644 index 00000000..7316c443 --- /dev/null +++ b/examples/gstplay/Makefile.am @@ -0,0 +1,7 @@ + +noinst_PROGRAMS = player + +player_SOURCES = player.c +player_LDFLAGS = \ + $(GST_LIBS) \ + $(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la |