[Mplayer-users] ffmpeg
Per Wigren
wigren at hem.passagen.se
Sun Aug 19 01:48:36 CEST 2001
Of course I can do it myself, but I just said that if configure did it, it
would make life a little bit easier! :)
Here is a patch if you want to apply it...
--------------------------------------------------
--- configure Sat Aug 18 23:30:53 2001
+++ configure.my Sun Aug 19 01:45:56 2001
@@ -523,6 +523,10 @@
fi
fi
+if [ -d ../ffmpeg/libavcodec ]; then
+ echo Found libavcodec in ../fmpeg/. Copying to libavcodec/
+ cp -Rf ../ffmpeg/libavcodec .
+fi
if [ -d libavcodec -a -f libavcodec/Makefile ]; then
_libavcodec=yes
--------------------------------------------------
// Wigren
söndagen den 19 augusti 2001 01:30 skrev du:
> On Sun, 19 Aug 2001 00:34:48 +0200 Jacek Pop³awski <jpopl at interia.pl> wrote:
> > On Sat, Aug 18, 2001 at 11:56:52PM +0200, Per Wigren wrote:
> > > If the configure could check for ../ffmpeg/ and automatically copy the
> > > needed files, life would be a little bit easier... :-)
> >
> > or just add little script to mplayer: 'cp ../ffmpeg/libavcodec . -f'
>
> Hey, is it that hard to write a little script yourself ?
> Yes ? Ok, here comes mine. But I warn you, dont use it.
> It's copyrighted and not GPL ;-)
>
>
> Attila Kinali
_______________________________________________
Mplayer-users mailing list
Mplayer-users at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-users
More information about the MPlayer-users
mailing list