From 802223084c19732aee70dbd9065ba98dd6e3e98a Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Thu, 6 Feb 2003 21:51:32 +0000 Subject: [PATCH] add bps, rename oggplay->vorbisplay Original commit message from CVS: add bps, rename oggplay->vorbisplay --- examples/gst/Makefile.am | 7 ++++--- examples/gstreamer/Makefile.am | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/examples/gst/Makefile.am b/examples/gst/Makefile.am index 835ae1cc2f..ffdfebbbb0 100644 --- a/examples/gst/Makefile.am +++ b/examples/gst/Makefile.am @@ -1,9 +1,10 @@ EXTRA_DIST = \ - f2f.py \ - oggplay.py \ + bps.py \ cp.py \ dvdplay.py \ + f2f.py \ identity.py \ ilat.py \ lat.py \ - rot13.py + rot13.py \ + vorbisplay.py diff --git a/examples/gstreamer/Makefile.am b/examples/gstreamer/Makefile.am index 835ae1cc2f..ffdfebbbb0 100644 --- a/examples/gstreamer/Makefile.am +++ b/examples/gstreamer/Makefile.am @@ -1,9 +1,10 @@ EXTRA_DIST = \ - f2f.py \ - oggplay.py \ + bps.py \ cp.py \ dvdplay.py \ + f2f.py \ identity.py \ ilat.py \ lat.py \ - rot13.py + rot13.py \ + vorbisplay.py