diff options
-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 |