diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-27 16:24:01 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-27 16:24:01 +0000 |
commit | 9cdd7956c9e72c250ae38e24eed66405b230f504 (patch) | |
tree | 4a290f1e7b395f005e5cf296775995df60eb8dfa /gst-libs/ext/ffmpeg/Makefile.am | |
parent | 6f240823b32ad93b39fccfa0506925385fd0be29 (diff) | |
download | gst-plugins-bad-9cdd7956c9e72c250ae38e24eed66405b230f504.tar.gz gst-plugins-bad-9cdd7956c9e72c250ae38e24eed66405b230f504.tar.bz2 gst-plugins-bad-9cdd7956c9e72c250ae38e24eed66405b230f504.zip |
sigh
Original commit message from CVS:
sigh
Diffstat (limited to 'gst-libs/ext/ffmpeg/Makefile.am')
-rw-r--r-- | gst-libs/ext/ffmpeg/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am new file mode 100644 index 00000000..c7a47038 --- /dev/null +++ b/gst-libs/ext/ffmpeg/Makefile.am @@ -0,0 +1,9 @@ +REVISION = + +SUBDIRS = ffmpeg + +checkout: + cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co ffmpeg + +install: + true |