diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am new file mode 100644 index 0000000000..c7a4703852 --- /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