[MPlayer-dev-eng] Add demux_nut to libmpdemux

Diego Biurrun diego at biurrun.de
Fri Sep 15 21:20:22 CEST 2006


On Fri, Sep 15, 2006 at 09:57:33PM +0300, Oded Shimon wrote:
> On Fri, Sep 15, 2006 at 08:39:03PM +0200, Luca Barbato wrote:
> > Oded Shimon wrote:
> > > "libnut" is a grand total of 2 source files and 2 header files.., I 
> > > consider even the Makefile redundant, let alone an installation routine...
> > 
> > just take the ffmpeg makefiles/configure and clean them up, if nobody
> > will I'll do during the weekend.
> 
> Heh, WAY WAY overkill. I can write the install routine right now, it's 2 
> lines...
> 
> install:
> 	cp libnut.so /usr/local/lib
> 	cp nut.h /usr/local/include

make that

PREFIX = '$(DESTDIR)/usr/local'

install:
	cp libnut.so $(PREFIX)/lib
	cp nut.h $(PREFIX)/include

> > > BTW, I haven't done any hacking on NUT since the spec was frozen, so I'm 
> > > still in the "pre-release" era :)
> > 
> > looks like you are beating duke nukem !
> 
> bah.

You will.  It's easy, if you don't work on it, it will never get
finished.

Diego




More information about the MPlayer-dev-eng mailing list